body
{
  background-color:#333333;  /* color of the background */
  font-family:Times New Roman, serif; 
  font-size:17px;
  color:#000000; /* font color */
  border: 0;
  padding: 0; 
  margin: 0,0,0,0; 
}

table,td,p 
{
	font-family: Times New Roman, serif;
	font-size: 17px;
	align: top;
	
	
}


a
{
  color:#145E3F;
  text-decoration:underline; 
}

a:hover
{
  color:#6D1A43;
  text-decoration:underline; 
}


h1
{
  font-family:Microsoft Sans Serif,Arial,sans-serif;
  font-weight:bold;
  font-size:15px; 
  color:#6D1A44;
  margin-top:0px; 
  margin-bottom:0px; 
}

h3
{
  font-family:Microsoft Sans Serif,Arial,sans-serif;
  font-weight:bold;
  font-size:17px; 
  color:#993300;
  margin-top:15px; 
  margin-bottom:15px; 
}

h2
{
  font-family:Microsoft Sans Serif,Arial,sans-serif;
  font-size:13px; 
  font-weight:normal;
  color:#000000;
  margin-top:0px; 
  margin-bottom:0px; 
}

li
{
	list-style-type:circle;
}


input
{
  font-family:Microsoft Sans Serif,Arial,sans-serif;
  font-size: 11px; 
}  

select
{
  font-family:Microsoft Sans Serif,Arial,sans-serif;
  font-size:11px;
}
	
