<!-- CSS Stylesheet -->
body 	{
	background-color : " white";
	font : 12pt 'calibri';
	font-weight : normal;
	color : "black";
     	}
A 	{
	color:white; 
	text-decoration:"none";
	}
A:Hover {
	color:"red"; 
	text-decoration:"none";
	}

B	{
	font-style : normal;
	font-weight : bold;
	} 
    
BIG	{
    font-style : normal;
	font-weight : bold;
    font : 16pt 'calibri';
	color : "RED";
	}
    
STRONG	{
	font-style : normal;
	font-weight : bold;
    font : 20pt 'calibri';
	color : "RED";
	}

SMALL	{
    font-style : normal;
	font-weight : normal;
    font : 8pt 'calibri';
	color : "black";
	}

H1	{
	font : Bold 24pt 'calibri';
	margin-left : 0px;
	color : "#000040";
	}

H2	{
	Font : Bold 20pt 'calibri';
	margin-left : 0px;
	color : "#000040";
	}

H3	{
	Font : Bold 18pt 'calibri';
	Margin-Left : 0px;
	color : "#000040";
	}

H4	{
	Font : Bold 16pt 'calibri';
	margin-left : 0px;
	color : "RED";
	}

H5	{
	Font : Bold 24pt 'calibri';
	Margin-Left : 0px;
	color : "#000040";
	}

I,  CITE, EM, VAR, ADDRESS, BLOCKQUOTE{
	font-weight : normal;
    font-style : italic;
	}
<!--     
#links2: 
A 	{
	color:white; 
	text-decoration:"none";
	}
A:Hover {
	color:"red"; 
	text-decoration:"none";
	}

 -->


