body {
  font-family: "Times New Roman", Times, serif;
  color:#CCCCCC;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}


.menuCell
{
	border-bottom-color: #4b2d13;
	border-bottom:solid thin;
	
}
.menuItem
{
	color: #dfc087;
	text-decoration:none;
	cursor:pointer;
	font-size:large;
	font-weight:normal;
	
}
.newsItem
{
	color: #f8e6cf;
	font-size:normal;
	font-weight:normal;
}
.newsTopic
{
	color: white;
	font-size:small;
	font-weight:bold;
}
.contentCell
{
	background-color: #edc894;
}
.link
{
	color: #dfc087;
	text-decoration:underline;
	cursor:pointer;
}

h2
{
	color: #dfc087;
	text-decoration:none;
	font-size:large;
	font-weight:bold;
}
