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

background {color: #FFFCF0}

a:link {
	color:#574F31;
	text-decoration:none;
}
a:visited {
	color:#000099;
	text-decoration:none;
}
a:hover {
	color:#006666;
	text-decoration:none;
}
a:active {
	color:#00CC00;
	text-decoration:none;
}

.style1 {
	color:#574F31;	
	font-weight: normal;
	}
	
.style2 {
	color: #957D51;
	font-weight: bold;
	}

.style3 {
	color: #cc9900;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.style4 {
	color: #993300;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.p
{
border-style: solid;
border-color: #999999} 