body {
	background-color:#D1DCC0;
	font-family:'MS UI Gothic';
	font-size:smaller;
	font-weight:normal;
	color:Black;
}
H1 {
	background-color:#D1DCC0;
	font-family:'MS UI Gothic';
	font-size:x-small;
	font-weight:normal;
	color:Blue;
}

table { 
	background-color:#D1DCC0;
	font-family:'MS UI Gothic';
	font-size:smaller;
	font-weight:normal;
}

a:link {color:#4169E1}
a:active {color:#4169E1}
a:visited {color:#4169E1}

a {
/*
	text-decoration:none;
*/
}

img {
	margin-top:15px;
	margin-left:5px;
	margin-right:5px;
	border:0px;
}

a:hover {
	color:#FA8072;
/*
	position:relative;
	left:-2px;
	top:-2px;
*/
}
