body {
	font-family: Times, Helvetica;
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
	background: white url(../images/background.jpg);
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #554411;
	text-decoration: underline;
}

#frame {
	color: black;
	background-color: #cccccc;
	border: 2px ridge;
}

#ad {
	border-bottom: 2px ridge;
}

#header {
	border-bottom: 2px ridge;
}

#content {
	background-color: #dddddd;
}

#footer {
	border-top: 2px ridge;
}