body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
}

h1 {
	font-size: 20px;
	margin: 0;
}

a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visted {
	color: #0000FF;
}

.header {
	font-size: 46px;
	padding: 20px;
	vertical-align: bottom;
}

.bottomLine {
	border-bottom: 1px solid blue
}

.fullBorder {
	border: 1px solid blue
}