body	{
	background-color: #FFFF80;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	}
h1
	{  
	color : #5b5a5a;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight :  bold;
	text-align: left;
	}
h2
	{  
	color : #5b5a5a;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight :  bold;
	text-align: left;
	}
a:link
	{
	color : #5b5a5a;
	font-family : arial, helvetica, sans-serif;
	font-size : 16px;
	text-decoration : underline;
	}

a:visited
	{
	color : #5b5a5a;
	font-family : arial, helvetica, sans-serif;
	font-size : 16px;
	text-decoration : underline;
	}

a:hover
	{
	color : #DF0010;
	font-family : arial, helvetica, sans-serif;
	font-size : 16px;
	text-decoration : underline;
	}
a:link.navi
	{
	color : #cc0033;
	font-family : arial, helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	font-weight: bold;
	}

a:visited.navi
	{
	color : #cc0033;
	font-family : arial, helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	font-weight: bold;
	}

a:hover.navi
	{
	color : #5b5a5a;
	font-family : arial, helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	font-weight: bold;
	}
td
	{
	color : #5b5a5a;
        font-family : arial, helvetica, sans-serif;
        font-size : 16px; 
	}
p
	{
	text-align: left;
	}
ul
	{
	text-align: left;
	}

li	{
	list-style-position: inside;
	list-style-type: square;
	text-align: left
	}	 

