.contents {
    font-size: 9pt;
    color: #000080;
    font-family: arial, helvetica, sans-serif;
    background-color: white;
} 

.content:link, .contents:visited {
	text-decoration: none;
	color: #000080;
}
		
.contents:active {
	text-decoration: none;
	color: #0964aa;
}

.contents:hover {
	color: #0964aa;
}

li, ul, ol, p, td { /* Netscape uses the ul/ol but not the li! */
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: white;
}

th {
	font-family: verdana, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	color: #000080;
}

.outer {
	background-color: darkgray;
}

a {
    font-size: 9pt;
    color: #000080;
    font-family: arial, helvetica, sans-serif;
    background-color: white;
    text-decoration: none;
}

a:hover {
	color: #0964aa;
}

code {
	font-style: italic;
}
h1 {
	font-size: 24px;
	font-family: verdana, sans-serif;
	color: #000080;
}
h2 {
	font-size: 20px;
	font-family: verdana, sans-serif;
	color: #000080;
}
h3 {
	font-size: 16px;
	font-family: verdana, sans-serif;
	color: #000080;
}
h4 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
small {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-style: italic;
}
