body {
	background-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
img {
	border: 10px ridge #000099;
}
a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
}
a:active {
	color: #000099;
}
.smallborder {
	border: 2px solid #000099;
}
.noborder {
	border: 0px;
}
