/* simple.css */
body {
    color:#666666;
}

body {
	background-color: #ECB022;
}

a:link {
	color: #000066;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #000066;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	font-size: 12px;
}
