/* CSS Document */

a:link    {font-size:14; color: #0000FF; text-decoration: underline;}
a:visited {font-size:14; color: #000066; text-decoration: underline;}
a:active  {font-size:14; color: #000066; text-decoration: none}
a:hover   {font-size:14; color: #0000FF; text-decoration: none}


td {font-family:Comic Sans MS; font-size:14; color: #000066}
p {font-family:Comic Sans MS; font-size:14; color: #000066}
body.background {   	background-attachment: fixed; 
			background-image: url('images/bg.jpg'); 
			background-repeat: no-repeat; 			
			background-position: center
	          }
			
td.background {   background-image: url('images/st2.jpg'); 
			background-repeat: no-repeat; 
			background-position: top
	        }


BODY {
background-color: #ffffff;
scrollbar-face-color:#000066;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
}




