body {
	background: #FFFFCC url(images/back.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
#menu {
	width: 130px;
}
#menu ul {
	list-style: none;
}
#menu li {
	font-size: small;
	font-weight: bold;
	padding: 10px 3px 10px 0;
	margin-left: -10px;
}
#menu a, #menu a:link, #menu a:visited, #menu a:active {
	color: #0000FF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

#header {
	text-align: center;
}
#footer {
	font-size: x-small;
	text-align: center;
}
h1 {
	font-size: medium;
	color: #6666FF;
	text-decoration: none;
	text-align: center;

}
p, p a, p a:link, p a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #6666FF;
	text-decoration: none;
	font-weight: bold;
}
h2 {
	font-size: small;
	color: #6666FF;
	text-decoration: none;
	text-align: center;
}
td {
	vertical-align: top;
}
.newsBox {
	text-align: center;
	border: 1px solid #FF9900;
	background-color: #FFCC99;
	color: red;
	font-weight: bold;
	margin: 10px 10% 10px 10%;
}
td {
  font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}