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

body {
	margin: 0;
	padding: 0;
	background-color: #e7752c;
	padding-left: 49px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 5px;
}

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

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

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

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


