/* CSS Document */

       
body { background-image: url(background1.gif);
background-repeat: repeat-x;
 background-color: #4296DE;
font-family: verdana; 
font-size: 11;
scrollbar-base-color: #BDE7F7; scrollbar-track-color: #BDE7F7;
 }

a:link { 
	text-decoration: none; 
	color: #004646
}

a:visited { 
	text-decoration: none; 
	color: #004646
}

a:active { 
	text-decoration: none; 
	color: #004646
}

a:hover { color: #001717;
text-decoration: underline; 
}

img {cursor: pointer}


background-attachment: fixed;
