.blue {  color: #00008b; text-decoration: none}
.blue:hover {  color: #003300; text-decoration: none}

body
{
background-color:#FFFFFF;
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
}

#cssbuttons {
	width: 135px ;
	text-align: left ;
}
#cssbuttons ul {
	margin: 5px ;
	padding: 0 ;
	list-style: none ;
}
#cssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Times New Roman, Georgia ;
	font-size:14 ;
}
#cssbuttons li a {
	color: #00008b ;
	margin: 2 ;
	padding: 2 ;
	background-color: #fbfdfd ;
	border: 1px outset #5cb3ff ;
	width: 135px ;
	text-decoration: none ;
	display: block ;
}
#cssbuttons li a:hover {
	color: #000000 ;
	background-color: #c6deff ;
}

