body, .main, p, li, ul, a, .topic, td, center {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

#page {
	border: 1px solid black;
	background-color: white;
	
}
table {
	border-collapse: collapse;
}
th {
	font-size: 10pt;
	color: blue;
	font-weight: bold;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: purple;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
a:active {
	color: red;
}
.mainCell p {

}
.leftCell {
	border-right: 1px solid blue;
}
.pageTitle {
	background-image: url("images/rrr.jpg");
}
.pageTitle p {
	display: none;
	font-size: 24pt;
	font-variant: small-caps;
	text-align: center;
	font-family: goramond, times, serif;
}
.nav td {
	background-color: white; 
	border-bottom: 1px solid blue;
}
.nav, .nav td table td { 
	border: 0px; 
	}
.nav th {
	border-bottom: 1px solid blue;
}
.nav p {
	
}
.blurb {
	font-size: 12pt;
	color: #003399; 
	font-weight: bold; 
}
.topic, .title {
	font-size: 18pt;
	font-variant: small-caps;
	text-align: center;
	font-family: goramond, times, serif;
}
.subtopic, .subtitle {
	font-weight: bold;
	text-decoration: underline;
}
.copyright {
	font-size: 8pt;
}
.fermat {
	color: #003399;
	font-size: 6pt;
}