  body{
        background-color:#fcfccb;
        font-color:#000000;
        font-family:Times New Roman;
        }
        
        p,td,ul,li{
        font-family:Times New Roman;
        font-size:11pt;
        }

        
        h1{
        color:#ffffff;
        font-size:36pt;
        font-family:Gill Sans MT;
	background:transparent;
        }
        
        h2{
        color:#ffffff;
        font-size:18pt;
	font-family:Times New Roman;
        background:transparent;
        }
        
        h3{
        color:#000000;
        font-size:16pt;
        background:transparent;
        }
        
        h4{
        color:#ffffff;
        font-size:14px;
        background:transparent;
        }
        
	h5{
        color:#000000;
        font-size:24pt;
	font-family:Times New Roman;
        background:transparent;
        }
	
	h6{
        color:#000000;
        font-size:20pt;
	font-family:Times New Roman;
        background:transparent;
        }

        a:link{
        color:#000000;
        background:transparent;
        }
        
        a:visited{
        color:#000000;
        background:transparent;
        }
        
        a:hover{
        color:#6600FF;
        background:#CCCCCC;
        }
        
        a:active{
        color:#000000;
        background:transparent;
        }
	
	A{
	text-decoration:none;
	}