CSS selector 
{
	font-family: Ubuntu, serif;
}


table
{
	background-color:#FFFFF8;
}

TD 
{
	Font-Family: Ubuntu, Sans-serif;
}

body 
{
	color:#000066;
	font-size:100%;
}

A:link 
{ 
	text-decoration: none;
}
A:visited 
{ 
	text-decoration: none;
	color: #888888;
}

a:hover      
{ 
	color: #ff0000; 
}

P 	
{
	Font-Family: Ubuntu, Sans-serif;
	font-size:0.8em;
	line-height:120%
}

H5
{
	Font-Family: Ubuntu, Sans-serif;
	font-weight:normal;
	font-size:0.65em;
	line-height:110%;
}

	


UL 
{
	Font-Family: Ubuntu, Sans-serif;
	font-size:0.8em;
}

.acc   
{
	cursor: help; 
	border-bottom: 1px dotted #fff 
}
