@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FF0000;
	text-align: center;
}
.grouplink {
	font-size: x-small;
	text-align: left;
}
ul {
	background-color: #FFFF66;
	padding: 5px;
	width: 8em;
	list-style-type: none;
	color: #0000FF;
	text-align: left;
}
li a{
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	text-align: left;
	color: #0066FF;
}
li a:hover{
	color: #0000FF;
	font-weight: bold;
}