
body {
	margin: 0;
	padding: 0;
	text-align:left;
	height:100%;
	width:100%;
	color: #D4D0C8;
	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;
	color: Silver;
}

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

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

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


