body {		background-color: white;
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
				}


#allcontent  {
		width: 		800px;
		padding-top:	5px;	
		padding-bottom:	5px;
		background-color:white;
		margin-left:	auto;
		margin-right:	auto;
		}

h1, h2{
		font-weight: normal;
				}
		
h1   {		
		font-size:	150%;
		}


h2	{	font-size:	125%;
		}


table	{
		margin-left:	20px;
		margin-right:	20px;
		border: thin solid black;
		border-collapse: collapse;
		}

td, th	{
		font-color:	blue;
		border:		thin dotted black;
		padding: 	5px;
		}

th	{
		background-color:  orange;
		}

table table th  {
		background-color:   yellow;
		}

.cellcolor{
		background-color:  yellow;
		}

.center  {
		text-align:	center;
		}

.right	{	
		text-align:	right;
		}

.left	{	text-align:	left;
		}

caption	{
		font-style:	italic;
		padding:	10px;

		}
li 	{
		list-style-image:	url(star.jpg);
		padding:		5px;
		margin-left:		20px;
		}

#footer {

 	font-size: 90%;
	text-align: center;
}	