@charset "utf-8";
/* CSS Document */

body {
	background-color: #FDF7AD;
	background-image:url(images/background.gif);
	background-repeat: repeat;
	margin-top: 70px;
	
		scrollbar-face-color: #c3c974;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #c3c974;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:  #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	
}

body,td,th {
	font-family: Comic Sans MS;
	font-size: 10px;	
	color: #000000;
}

.frame {
		width: 577px; 
		height:451px; 
		overflow:auto; 
		font-size: 12px; font-family: Comic Sans MS;
		}

a:link {
	color: #a4a366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a4a366;
}
a:hover {
	text-decoration: none;
	color: #807f41;
}
a:active {
	text-decoration: none;
}
