<!-- CSS Stylesheet -->
body {
         background-color : " gray";
         font : 12pt 'Comic Sans';
         font-weight : normal;
         color : "black";
     }

A:ACTIVE  {
           font-style : normal;
         color : "black";
           text-decoration: none;
           font-weight : normal;
          }

A:HOVER   {
           font-style : normal;
         color : "black";
           text-decoration: none;
           font-weight : normal;
          }

A:LINK    {
          font-style : normal;
          color : "black";
           text-decoration: none;
           font-weight : normal;
          }

A:VISITED {
           font-style : normal;
           color : "black";
           text-decoration: none;
           font-weight : normal;
          }

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

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

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

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

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

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

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

I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE{
	     font : 12pt 'Comic Sans';
         font-weight : normal;
         color : "black";
         font-style : normal;
	}






