<!-- CSS Stylesheet -->
body {
	background-color : white;
	font : 10pt 'calibri';
	font-weight : normal;
	color : teal;
	margin-top: 0px;
	}
	     
A 	{
	color:white; 
	text-decoration:"none";
	}
	
A:Hover {
	color: cyan; 
	text-decoration: none;
	}

B	{
	font-style : normal;
	font-weight : bold;
	} 
    
BIG	{
   font-style : normal;
	font-weight : bold;
   font : larger 'calibri';
	}
    
STRONG	{
	font-style : normal;
	font-weight: bold;
   font : 18pt 'calibri';
	}

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

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

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

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

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

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

I	{
	 font-weight : normal;
    font-style : italic;
	}
	 
CITE, EM, VAR, ADDRESS, BLOCKQUOTE{
	font-weight : normal;
   font-style : italic;
	}	


