body { 
	font-family: Times New Roman, serif;
	font-size: 14pt;
}

p {
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: rgb(0,32,160);
	text-decoration: none;
}

a:visited {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: rgb(0,32,128);
	text-decoration: none;
}

a:hover {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: rgb(0,64,210);
	text-decoration: none;
}

.menuitem a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 95%;
	color: rgb(255,255,192);
	text-decoration: none;
}

.menuitem a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 95%;
	color: rgb(255,255,192);
	text-decoration: none;
}

.menuitem a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 95%;
	color: rgb(255,255,255);
	text-decoration: none;
}

.modified {
	font-family: Times New Roman, TimesRoman, serif;
	font-size: 70%;
	text-align: center;
	background-color: rgb(188,188,165);
}

.resource-description {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin-top: 0;
	margin-left: 60;
	margin-right: 60;
	padding: 4;
}

.resource-group {
	font-family: Verdana, Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
	margin-top: 10;
	margin-left: 20;
	margin-right: 20;
	margin-bottom: 10;
	padding: 4;
	border-bottom: 2 solid #C0C0A9;
}

.resource-link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-top: 5;
	margin-left: 40;
	margin-right: 40;
	margin-bottom: 5;		
}

.resource-link a {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: rgb(0,32,160);
	text-decoration: none;
}

.resource-link a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: rgb(0,32,128);
	text-decoration: none;
}

.resource-link a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: rgb(0,64,210);
	text-decoration: none;
}

.resource-section {
	font-family: Verdana, Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
}

.quick-link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	font-weight: bold;
	margin-top: 2;
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 2;		
}

.quick-link a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: rgb(0,32,160);
	text-decoration: none;
}

.quick-link a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: rgb(0,32,128);
	text-decoration: none;
}

.quick-link a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: rgb(0,64,210);
	text-decoration: none;
}

<!-- Weblog Styles -->
.weblog {
	font-family: Times New Roman, serif;
	font-size: 100%;
}

.weblog a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: rgb(0,32,160);
	text-decoration: none;
}

.weblog a:visited {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: rgb(0,32,128);
	text-decoration: none;
}

.weblog a:hover {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: rgb(0,64,210);
	text-decoration: none;
}

.weblog h1 {
	font-family: Times New Roman, serif;
	font-size: 140%;
}

.weblog h2 {
	font-family: Times New Roman, serif;
	font-size: 130%;
}

.weblog h3 {
	font-family: Times New Roman, serif;
	font-size: 120%;
}

.weblog p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 95%;
}

.weblog .author {
	font-family: Times New Roman, serif;
	font-size: 75%;
}

.weblog .entry-date {
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	background-color: #D2D2A9;
	padding: 2;
	text-align: right;
}	

