<head>
<link rel="stylesheet" type="text/css"
href="extreme.css" />
</head>

body 
{
color: black;
}

p
{
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;

}

p.top
{
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;

}
p.small
{
margin-top: 0px;
font-family: arial;
color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 5px;

}

p.italic
{
	font-family: arial;
	font-style: italic;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

p.bullet
{
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	list-style-position: outside;
	list-style-type: disc;
}
h1
{

font-family: arial;
font-size: 32px;
font-weight: bold;
	margin-left: 5px;
}

h2
{
margin-top: 8px;
	font-family: "Bookman Old Style";
	font-size: 24px;
	font-weight: bold;
	margin-left: 5px;
}

h3
{
	font-family: "Bookman Old Style";
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
}

caption
{font-family: arial;
font-style: italic;
text-align: center;
}

a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	color: #0000ff;
	text-decoration: none;
}     /* unvisited link */

a:visited
{
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-style: bold;
color: #0000FF;
}  /* visited link */
a:hover 
{
font-family: Arial, Helvetica, sans-serif;
color: #FF9900;
font-style: bold;
text-decoration: none;
}/* mouse over link */
a:active
{
font-family: Arial, Helvetica, sans-serif;
color: #0000ff;
text-decoration: none;
font-style: bold;
}   /* selected link */

a.two:link
{
	font-family: "Bookman Old Style";
	font-weight: bold;
	color:  #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}
a.two:visited {
	font-family: "Bookman Old Style";
	font-weight: bold;
	color:  #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}
a.two:hover {
	font-family: "Bookman Old Style";
	font-weight: bold;
	color: #66CCFF;
	font-size: 16px;
}
a.two:active {
	font-family: "Bookman Old Style";
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}
