body	{	font-size: 70%;
		font-family: Verdana, Arial, Helvetica, MS Sans Serif
	}

pre	{	font-family: Courier new, Courier; 
	}

td	{	background-color:rgb(222,222,222);
	}

H1	{	font-size:150%;
		font-weight:bold;
	}

H2	{	font-size:125%;
		font-weight:bold;
	}

H6	{	font-size:80%;
		font-weight:normal;
		color:silver;
	}

A	{	text-decoration:none;
		color:rgb(50,50,50);
		font-weight:bold;			
		font-style:italic;
	}

A:hover	{	color:white;
		background-color:black;		
	}