
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 }

P {color : #24486C; font-family : verdana; font-size: 10pt; margin-left: 20px; margin-right: 20px; margin-top: 20px; margin-bottom: 20px } 

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 : #ffffff; font-family : verdana, sans-serif; font-size : 14pt; text-align: centre; margin-left: 20px; margin-right: 20px } 
h2 {color : #24486C; font-family : verdana, sans-serif; font-size : 14pt; text-align: centre; margin-left: 20px; margin-right: 20px } 

Td { font-family : verdana, sans-serif; font-size : 12px; font-weight : normal; color : #00337C} 
A:link			{ font-weight : normal; font-size : 13px; text-decoration: underline; color: #000080 }
A:visited		{ font-weight : normal; font-size : 13px; text-decoration: underline; color: #000080 }
A:hover		{ font-weight : normal; font-size : 13px; text-decoration: none; color: #4AB2EF}
A:active		{ font-weight : normal; font-size : 13px; text-decoration: underline; color: #000080 }

hr {color : #FF9900}