/* enter.css */

body{
	background-color: #ffffff;
	color:#000000 ;
}

div{
	font-family: Comic Sans MS,Times New Roman,Arial ;
	font-size: 12px ;
	text-align: center ;
	font-weight: bold ;
	line-height: 175% ;
	color:#000000 ;
}

table{
	margin-bottom: 4px ;
}

A:link{
	color:Coral ;
	font-weight: Bold ;
	text-decoration: none ;
}

A:visited{
	color:Coral ;
	font-weight: Bold ;
	text-decoration: none ;
}

A:active{
	color:PeachPuff ;
	font-weight: Bold ;
	text-decoration: none ;
}

A:hover{
	color:PeachPuff ;
	font-weight: Bold ;
	text-decoration: none ;
}

.leave{
	color:#ffffff ;
}

