/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	margin: 10px;
	background-color: #f3f7f9;
}
a:link {
	color: #29588c;
}
a:visited {
	color: #2a609e;
}
a:hover {
	color: #4d85b4;
}
a:active {
	color: #6eaace;
}