<head>
<link rel="stylesheet" type="text/css"
href="ccs.css" />
</head>

body 
{
color: black;
}

p
{
margin-top: 0px;
font-family: arial;
color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

p.small
{
margin-top: 0px;
font-family: arial;
color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

p.italic
{
	font-family: arial;
	font-style: italic;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
li
{
margin-top: 0px;
font-family: arial;
color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1
{

font-family: arial;
font-size: xx-large;
font-weight: bold;
}

h2
{
font-family: arial;
font-size: x-large;
font-weight: bold;
}

h3
{
margin-top: 0px;
font-family: arial;
font-size: large;
font-weight: bold;
}

caption
{font-family: arial;
font-style: italic;
text-align: center;
}

a:link
{
	font-family: arial;
	color: #0033CC;
	text-decoration: none;
}     /* unvisited link */

a:visited
{
text-decoration: none;
color: #000000;
}  /* visited link */
a:hover {color: #333333; }   /* mouse over link */
a:active {
	color: #0033FF;
	text-decoration: none;    /* selected link */
}
a.two:link {
	font-family: arial;
	color:  #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.two:visited {
font-family: arial;
	color:  #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.two:hover {
	font-family: arial;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
}
a.two:active {
font-family: arial;
	color: #FFFFFF;
	text-decoration: none;
		font-size: 16px;
	font-weight: bold;
	}
	
a.three:link {
	font-family: arial;
	color:  #000000;
	text-decoration: none;
	font-size: 14px;
}
a.three:visited {
font-family: arial;
	color:  #000000;
	text-decoration: none;
	font-size: 14px;
}
a.three:hover {
	font-family: arial;
	color: #666666;
	font-size: 14px;
}
a.three:active {
font-family: arial;
	color: #000000;
	text-decoration: none;
		font-size: 14px;
	}
