body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fffff0;
}

h1, h2, h3, h4, h5, h6 {
	color: #980030
}

table {
	width: 90%
}

td {
	padding: 2px;
}

table.main {
	margin-left: 10%;
	margin-top: 10px;
	width: 80%
}

td.main {
	padding: 10px;
}

table.form {
	width: 100%
}

a:link {
	color: #0000FF; 	
	text-decoration: underline; 
}
a:visited {
	text-decoration: underline;
	color: #A52A2A;
}

a:active {
	color: #CD853F; 	
	text-decoration: underline; 
}

a:hover {
	color: #CD853F;
	text-decoration: overline;
}

.invisible {
	border: none;
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

.important { 
	color: #FF8C00;
	font-size: smaller;
}

.copyright {
	color: #708090;
	font-size: smaller;
	text-align: center;
}