body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#ffffff;
	background-repeat:repeat-x;
}



h1 {font-size:2.5em;}
h2 {font-size:1.875em;}
p {font-size:0.875em;}
table.users {font-size:0.875em;}

ul
{
list-style-image:url(square.gif);
font-size:0.875em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
}

li{
padding-left:20px;
padding-bottom:10px;
margin-left:30;
}

/* links for menu */
a.menu:link {
	color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	text-decoration: none;
	font-weight: bold;


}
a.menu:visited {
	color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	text-decoration: none;
	font-weight: bold;

}
a.menu:hover {
	color: #ffffff;
	background-color: #ff4040;
	font-size: 0.875em;
	text-decoration: none;
	font-weight: bold;

}

a.menu:active {
	color: red;
	font-size: 0.875em;
	background-color: #c0c0c0;
	text-decoration: none;
	font-weight: bold;
}
