/* CSS Document */

/*
 * HTML
 */

body {
	background-color: #4d3b1c;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 898px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFCC;
} 

a:link,
a:visited{
	color:#f38921;
	text-decoration:none;
}
a:hover,
a:active{
	color:#f38921;
	text-decoration:underline;
	}
	
.style1 {
	font-size: xx-large;
	font-weight: bold;
}
