P, UL, OL, DIV, SPAN, H1, H2, H3, H4, H5, H6, EM, STRONG, ADDRESS, TABLE, TR, TH, TD, BODY, IMG,
/*Problems with Netscape*/

BODY
{	
	background-color : white;
	font-family : verdana;
}

H1
{	
	font-size : 250%;
	text-align : center;

}

H2
{
	font-size : 175%;
	text-align : center;
}

H3

{
	font-size : 150%;
	text-align : center;
}

H4
{	
	font-size : 100%;
	font-family : Courier New;
	text-align : right;

}

A:LINK
{
	text-decoration : none;
	font-style : normal;
	font-weight : bold;
        color : blue;
	background-color : white;
}
	
A:VISITED
{
	text-decoration : none;
	font-style : normal;
	font-weight : bold;
        color : blue;
	background-color : white;
}

A : ACTIVE
{
	color : red;
}

P
{
        text-align: left;
        margin-left: 1em; 
	margin-right: 1em;
}

TABLE
{
          cellspacing : 20pt;

}

CAPTION
{
	font-weight : bold;
}

.small
{
	text-align : center;
	font-size : 90%;
}   

.center
{
	text-align : center;
	float : center;
}


