/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFCC;
}
.nav 	{color: #660000;
		font-weight: bold;
		font-size: 16px;
		text-decoration: none;
		text-align: left;}
a:link {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #330099;
	text-decoration: underline;
	font-weight: bold;
}
div	{overflow: hidden;
}
.title {font-size: 36px;
		color: #330099;
}
.heading {font-weight: bold;
		font-variant:small-caps;
}


