
body {
	margin: 0;
	padding: 0;
	text-align:left;
	height:100%;
	width:100%;
	font : "Times New Roman", Times, serif;
	font-size : small;
}

p { 
	margin-top: 0px; 
	text-align: left;
	font : "Times New Roman", Times, serif;
	font-size : small;
}

a:link {
	font-weight: normal;
	text-decoration: none;
	color: #616157;
	font : larger "Times New Roman", Times, serif;
	font-size : small;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #616157;
	font : larger "Times New Roman" Times serif;
	font-size : small;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #811610;
	font : "Times New Roman", Times, serif;
	font-size : small;
}



