body {
color: #333333;
background-color: #ffffff;
}
a:link {
	color: #3366CC;
	text-decoration: underline;
}
a:active {
	color: #CCCC99;
	text-decoration: underline;
}
a:visited {
	color: #333399;
	text-decoration: underline;
}
a:hover {
	color: #CCCC99;
	text-decoration: underline;
}

#s {
font-size: 12px;
}
