body, table {
	font-family: Arial;
	font-size: 15px;

	color: #444444;
	background-color: #ffeedd;
}
.title {
	font-size: 2.5em;
}


a:link {color:#444444;text-decoration:underline;}
a:visited {color:#444444;text-decoration:underline;}
a:hover {text-decoration: none; color: #99bbcc;}
a:active {color:#444444; text-decoration:underline;}

