body {
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
	
	font-family: Times New Roman, serif;
	font-size: 12px;
}

a {
	color: #0000ee;
}

#links {
	margin: 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

#links a {
	color: #FF5500;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}