table
{
	border-right: darkred 1px solid;
	border-top: darkred 1px solid;
	border-left: darkred 1px solid;
	border-bottom: darkred 1px solid;
}

.noborder
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
p
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	color:darkblue;
}
.bolder
{
	font-weight:bold;
}
a
{
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	color:Blue;
}
a:hover
{
	text-decoration:none;
}
a:link
{
	text-decoration:none;
}
.bigger
{
	font-size:12px;
}
.smaller
{
	font-size:10px;
}
.mnu
{
	color:Yellow;
}
.inmen
{
	font-weight: bold;
	font-size: 12px;
	color: white;
}
.whiteb
{
	color: darkred;
	background-color: white;
}
	