h1 {
	font-size: 27px;
}
.filename {
	font-family: "Courier New", Courier, mono;
	color: #666666;
	font-size: 12px;
}
.tableheader {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
a {
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000C1;
}
a:hover {
	text-decoration: underline;
	color: #7575FF;
}
a:active {
	text-decoration: underline;
	color: #7575FF;
}
h6 {
	font-family: Verdana, Arial, Helvetica;
}
li {
	list-style-type: square;
}
.editField {
	background-color: #FFFF62;
}
.attention {
	font-style: italic;
	background-color: #FFFFA6;
}
.email {
	font-family: "Courier New", Courier, mono;
	text-decoration: underline;
}
