body	{	font-size: .75em;
		font-family: Verdana, Arial, Helvetica, MS Sans Serif; sans-serif;
		text-align: justify;
		line-height: 150%;
	}
	
ul	{ 	list-style-type: square;	}

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

table	{	border: 0;			
	}
	
td	{	border: 0;
		font-size: .75em;
		line-height: 150%;
	}

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

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

H6	{	font-size:85%;
		font-weight:normal;
		font-style:italic;
		color:silver;
	}

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

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