a {
	text-decoration: underline;
	color: #336633;
	font-size : small;
	font-family : sans-serif;
}
a:hover {
	text-decoration: none;
	color: maroon;
	font-size : small;
	font-family : sans-serif;
}
body {
	color: black;
	font-size : small;
	font-family : sans-serif;
	margin:0px;
}
.layout {
	background-color : transparent;
	vertical-align : text-top;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
}

.subject {
	background-color : transparent;
	border-bottom : none;
	border-right : 0px none;
	vertical-align : text-top;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	text-align : center;
	font-size : large;
	color : #336633;
	font-family : "Times New Roman", Times, serif;
	font-variant : small-caps;
}

.header {
	text-decoration: none;
	color: #336633;
	font-size : x-large;
	font-family : "Times New Roman", Times, serif;
	background-color : transparent;
	border-top : thin none White;
	padding-right : 5px;
	padding-bottom : 10px;
	vertical-align : text-top;
	text-indent : 0px;
	text-align : center;
	font-variant : small-caps;
	font-weight : bold;
}

a.nav {
	text-decoration: none;
	color: white;
	font-size : smaller;
	font-family : "Times New Roman", Times, serif;
	font-variant : small-caps;
}
a.nav:hover {
	text-decoration: none;
	color: #CCCC99;
	font-size : smaller;
	font-family : "Times New Roman", Times, serif;
	font-variant : small-caps;
}

a.bodylink {
	text-decoration: underline;
	color: Maroon;
	font-size : 125%;
	font-family : sans-serif;
}
a.bodylink:hover {
	text-decoration: underline;
	color: red;
	font-size : 125%;
	font-family : sans-serif;
}
.side {
	text-decoration: none;
	color: #336633;
	font-size : small;
	font-family : "Times New Roman", Times, serif;
	font-variant : small-caps;
}
a.side {
	text-decoration: underline;
	color: #336633;
	font-size: small;
	font-family : "Times New Roman", Times, serif;
	font-variant : small-caps;
		font-weight : bold;
}
a.side:hover {
	text-decoration: none;
	color: maroon;
	font-size: small;
	font-family : "Times New Roman", Times, serif;
	font-variant : small-caps;
	font-weight : bold;
}
a.small {
	text-decoration: underline;
	color: #336633;
	font-size: smaller;
	font-family : sans-serif;

}
a.small:hover {
	text-decoration: none;
	color: maroon;
	font-size: smaller;
	font-family : sans-serif;
}

