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

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

a:hover
	{
	color : #550606;
	font-family : arial, helvetica, sans-serif;
	font-size : 15px;
	text-decoration : underline;
	}
td
	{
	      color : #5d463e;
        font-family : arial, helvetica, sans-serif;
        font-size : 16px;
      
	}

th
{
	      
	      color : #5d463e;
        font-family : arial, helvetica, sans-serif;
        font-size : 16px;
      
}      

p
	{
	color : #5d463e;
        font-family : arial, helvetica, sans-serif;
        font-size : 16px; 

	}
ul
	{
	text-align: left;
	}

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

