body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	height: 100%;
	color: #000000;
	background-color: #FFE4B5;
	margin: 0px;
}

html{
	height: 100%;
	width: 100%;
}

a:link,a:visited,a:active{
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #3A4E00;
}