/* CSS Document for content files */

a:link {
	color:#FFCC00;
	text-decoration: none;
}
a:hover {
color:#990000;
text-decoration: none;
}

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

body      { 	                
			scrollbar-face-color: #A7A288;  	                
			scrollbar-base-color: #A7A288;   			
			scrollbar-highlight-color: #000000;   	               
			scrollbar-shadow-color: #A7A288;   	                
			scrollbar-arrow-color: #000000;     	                
			scrollbar-track-color: #A7A288;  	                
			scrollbar-3dlight-color: #A7A288; 	                
			scrollbar-darkshadow-color: #FFFFFF; 	                 
		  }
body {
	background-color: #A7A288;
	background-image: url("images/Scrolllgsegment.jpg");
	background-attachment: fixed;
	background-position:center;
	background-repeat: repeat;
	color: #5B5B5B;

}

.stylefirst {
    font-family: Harrington, Georgia, Tahoma, sans-serif;
	font-size: x-large;
	color: #FFCC00;
	}
	
.chrontable {
    background-image: url(line.gif);
    background-repeat: repeat-y;
}
