body {
	font-family: Verdana, Arial, Helvetica, sans serif;
	background-color: #604B37;
	color: rgb(250,250,210);
	onload= "dynAnimation()";
}
a.most:link {
	color: rgb(250,250,210);
}
a.most:visited {
	color: rgb(255,153,51);
}
a.most:hover {
	color: rgb(0,0,0);
}
a.most:active {
	color: rgb(0,0,0);
}
a.pub:link {
	color: #604B37;
}
a.pub:visited {
	color: rgb(255,153,51);
}
a.pub:hover {
	color: rgb(0,0,0);
}
a.pub:active {
	color: rgb(0,0,0);
}