*{
	font-family: Verdana, Helvetica, sans-serif;
}

.highlight { text-decoration: underline;}
body {
	background-color: white;
	color: rgb(0, 0, 128);
	background-image: url('/images/logo90.png');
	background-repeat: repeat-y;
	margin-left: 1in;

}


.myleftblock
{
	background-color: rgb(210, 233, 255);
	color: rgb(0, 0, 128);
	text-align: center;
	text-size: 20;
}

a { font-weight: bold; text-decoration: none; } 

a:hover { font-weight: bold; text-decoration: none underline; }


