
a#cssrollover {
	background: url(images/button-down.gif) no-repeat;
	}
a#cssrollover {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(images/button-up.gif);
    margin: 0 auto;
}
a#cssrollover:hover {
    background-image: url(images/button-down.gif);
}
a .alt { display: none; }

<!-- End of code to handle rollovers -->


body 			{ background-color: FFFFFF; font-family: verdana; font-size: 12px; font-weight : normal; color:#000000 }
body, html { 
scrollbar-3dlight-color:#666666;
scrollbar-arrow-color:#CCCCCC;
scrollbar-base-color:#FFFFFF;
scrollbar-darkshadow-color:#00337C;
scrollbar-dark-shadow-color:#00337C;
scrollbar-face-color:#00337C;
scrollbar-highlight-color:#CCCCCC;
scrollbar-shadow-color:#333333;
}



h1 {color : #CCCCCC; font-family : verdana, sans-serif; font-size : 14pt; text-align: centre } 
Td { font-family : verdana, sans-serif; font-size : 12px; font-weight : normal; color : #00337C; margin-left: 10px} 
A:link			{ font-weight : normal; font-size : 13px; text-decoration: none; color: #000080 }
A:visited		{ font-weight : normal; font-size : 13px; text-decoration: none; color: #000080 }
A:hover		{ font-weight : normal; font-size : 13px; text-decoration: underline; color: #FF9900 }
A:active		{ font-weight : normal; font-size : 13px; text-decoration: none; color: #000080 }

hr {color : #FF9900} 
