body {
	margin: 25px;
	font-family : sans-serif;
}

a, table, tr, td, p, div, h1, h2, h3, h4, h5, h6, blockquote, ul, ol, li, font, strong, em, i, b {
	font-family : sans-serif;
}

h1 {
	text-decoration : underline;
	letter-spacing : 1.5px;
}

h2, h4 {
	text-decoration: underline;
}

h4, h5, h6 {
	font-size: 100%;
	margin-bottom: 0;
}

.maintable {
	border-color : black;
	border : thin solid black;
	line-height : 50px;
}

.linktable {
	border-color : black;
	border : thin solid black;
	background-color : #eeeeee;
	vertical-align : middle;
	height: 4em;
}

.mainlinks {
	padding-bottom : 15px;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 15px;
	margin-top : 10px;
	margin-bottom : 10px;
	text-decoration : none;
	vertical-align : middle;
}

.mainlink {
	text-decoration : none;
	font-size : 150%;
	color : #000099;
}

.sublink {
	text-decoration : none;
	color : #000099;
}

ul {
	list-style-image : url(bullet.gif);
}

ol {
	list-style-type : decimal;
}

.smaller {
	font-size: smaller;
}
