
body	{
	background:#ffffc0;
	}

ul	{
	list-style:circle; 
	margin:15px 0 20px 0; 
	font-size:0.9em;
	}

li	{
	margin:0 0 8px 25px;
	}

a	{
	color:#0000ff; 
	font-weight:bold; 
	text-decoration:underline;
	}

a:visited	{
	color:#0000ff; 
	font-weight:bold; 
	text-decoration:underline;	
	}

a:hover	{
	color:#ff0000; 
	text-decoration:underline;
	}
	
img	{
	margin-top: 10px;
	}


a img	{
	border-color:#0000ff;
	}

a img:hover	{
		background:#076dbf; 
		border-color:#0000ff;
	}

p {
        color : #000000;
        font-family : "arial", sans-serif;
        font-size : 11pt;
        font-weight : normal;
        margin-top: 3px;        
	}
h1 {
        color : #ff0000;
        font-family : "arial", sans-serif;
        font-size : 24pt;
        font-weight : bold;
        text-align : center;
	}
	
h2 {
        color : #0000ff;
        font-family : "arial", sans-serif;
        font-size : 14pt;
        font-weight : normal;
        text-align : center;
	}	

h3 {
        color : #ffffff;
        background-color:  #ff0000;
        font-family : "arial", sans-serif;
        font-size : 18pt;
        font-weight : bold;
        text-align : center;
        margin-top : 0;
        margin-bottom : 5px;         
	}
	
h4 {
        color :  #ffffff;
        font-family : "arial", sans-serif;
        font-size : 14pt;
        font-weight : bold;
        text-align : center;
        background-color:#0000ff;
        margin-top : 5px;
        margin-bottom : 5px;
        }
h5 {
        color : #0000ff; 
        font-family : "arial", sans-serif;
        font-size : 11pt;
        font-weight : bold;
        text-align : center;
        background-color:#ffffff;        
        margin : 0;
      }	
h6 {
        color : #000000;
        font-family : "arial", sans-serif;
        font-size : 9pt;
        font-weight : normal;
	}      