/* misc */

b { font-size: x-large; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

A:menulink:link { color: navy; }
A:menulink:visited { color: navy; }
A.menulink { text-decoration: none; }

/* index.htm */

frameset {
	border: 0em;
	color: white;
}

/* top.htm */

body.top { background-color: red; }
img.top {
	float: left;
	margin: 0em;
}
body.top A:link {
	text-decoration: none;
	border: 0em;
	border-style: none;
}
body.top A:visited {
	text-decoration: none;
	border: 0em;
	border-style: none;
}
body.top A:hover {
	text-decoration: none;
	border: 0em;
	border-style: none;
}

/* home.htm */

body.home {
	background-color: #f4f4f4;
	text-align: center;
}
body.home table {
	font-family: Verdana, Arial;
	color: black;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
body.home > table img {
	float: clear;
	vertical-align: top;
	border: 0em;
}

/* nav.htm */

body.nav { background-color: olive; }
body.nav A {
	font-family: arial;
	font-size: small;
	color: black;
}
body.nav A:link { color: white; }
body.nav A:visited { color: white; }
body.nav A:hover { color: lime; }

/* Articles */

.articleTitle {
	font-family: Verdana, Arial;
	font-size: x-large;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.articleAuthor {
	font-family: Verdana, Arial;
	font-size: x-large;
	color: black;
	text-decoration: none;
}

.articleText {
	font-family: Verdana, Arial;
	font-size: medium;
	color: black;
	padding-top: 35px;
}
