﻿BODY {
		margin: 0;
		
	}   

 P {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		line-height: 150%;
		margin-top: 0.5em;
		margin-bottom: 0em;
	} 
	TD {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		line-height: 100%;
	}

	H1 {
		margin-top: 1.3em;
		margin-left: -3px;
		font-family: Monotype Corsiva, Arial, Helvetica, Sans-Serif;
		font-size: 24px;
		line-height: 24px;
		color: #525252;
		margin-bottom: 0.3em;
	}
	H2 {
		font-size: 12px;
		line-height: 150%;
		color: rgb(64,64,64);
		
	}
	H3 {
		font-size: 16px;
		line-height: 18px;
		color: rgb(153,51,0);
		margin-bottom: 0.3em;
	}
	H4 {
		font-size: 14px;
		line-height: 16px;
		color: rgb(0,64,128);
		margin-bottom: 0.6em;
	}
	H5 {
		font-size: 14px;
		line-height: 16px;
		color: rgb(153,51,0);
		margin-bottom: 0.6em;
	}
 
    ul {
        margin-top:0.4em;
        
    }

	li {
	margin-left: -22px;
	line-height: 150%; 
	list-style-type:disc;
	display: block;
	
	}
	
    a.mainlevel:link, a.mainlevel:visited 
    {
    display: block;
    width:100%;
    font-family: Times New Roman;
    font-size: 20px;
    text-align: left ; 
    text-decoration: none;
    color:#b0d8ff;

    float: left;
    padding: 8px;
    }

    a.mainlevel:hover {
    color: #ff9900;
    }
