P  {
	font-family : Arial, Helvetica, Verdana;
	font-weight : bold;
	font-style : normal;
    color: #ffffff;
	text-decoration : none;
    font-size: 16px;
}

H1  {
    font-size: 30px;
}

H2  {
    font-size: 25px;
}

H3  {
    font-size: 20px;
}

A  {
	font-family : Arial, Helvetica, Verdana;
	font-weight : bold;
	font-style : normal;
    color: #ffffff;
	text-decoration : underline;
}

A:Visited  {
	font-weight : bold;
	font-style : normal;
	color : #cccccc;
	text-decoration : underline;
}

a:hover {
    color : #cc3333;
}

A:Active  {
	font-weight : bold;
	font-style : normal;
	color : #cc3333;
	text-decoration : underline;
}

BODY  {
	font-family : arial, helvetica, sans-serif;
	font-style : normal;
	color : #ffffff;
	text-decoration : none;
    font-size: medium;
}

.bluelink {
    color: blue;
}

.faq {
    font-size: 12px;
    font-weight: bold;
}

.copyright {
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
}

.activelink {
    color: #cc3333;
    font-size: 20px;
}