#masthead {
	background-color: transparent;
	margin-bottom: 1.75em;
}

#navlinks {
	margin: 0;
}

#navlinks li {
	display: inline;
	background-color: transparent;
	list-style: none;
	margin: 0.5em;
}

#homelink {
	margin: 1em 2em 1em 2em;
}

#content {
	background-color: Transparent;
	float: left;
	width: 100%;
	padding: 0 0 0 0;
}

#footer {
	background-color: Transparent;
	margin: 0 0 0 0;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: 0.5px solid Lime;
	border-left: none;
	font-variant : normal;
	color: black;
	font-size : smaller;
	clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-image: none;
}

table.yellow {
	background-color: ffffcc;
}

table.blue {
	background-color: ccffff
}

h1 {
	font: fantasy;
	font-variant: small-caps;
	color: Black;
	text-align: center;
}

h1.head {
	border: none;
	font: sans-serif;
	font-variant: normal;
	background-color: transparent;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}

a:link {
	color: Blue;
	text-decoration : none;
}

a:visited {
	color: Red;
	text-decoration: none;
}

div.s{
	font-size: small;
}

em {
	font-family : "Courier New", Courier, monospace;
	font-style : normal;
	font-weight : bold;
}


