/* CSS Document */
BODY {
background-color : #FFFFFF;
	font-family : Verdana;
	color : #000000;
	margin : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
}
	

A {color: #000000; text-decoration : underline;}
A:active{color: #1E90FF; background-color: White; text-decoration:underline}
A:hover{color: #00CC00; background-color: White; text-decoration:underline}
A:visited:{color: #A52A2A; background-color: White; text-decoration:underline}

.box { 
	font-family : Verdana;
	color: #000000;
	border-left-color: #666666;
	border-right-style: inset;
	border-left-style: inset;
	border-right-color: #666666;
	border-top-color: #666666;
	border-top-style: inset;
	border-bottom-color: #666666;
	border-bottom-style: inset;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	}
