a:link
{
	color: #000099; 
}
a:visited
{
	color: #0000FF; 
} 
a:active 
{
	color: #003399; 
}
a:hover 
{
    color: maroon;
}



a.footer:link
{
	color: grey; text-decoration:underline
}
a.footer:visited
{
	color: grey; 
} 
a.footer:active 
{
	color: grey;  
}
a.footer:hover 
{
    color: maroon;
}


body
{
	font-family:verdana;
    font-size: 80%;
	color: #000036;
	-webkit-user-select: none;
}



table, td, th
{
	font-size: 1em;
}


font.company_name
{
    color: white; 
    font-family: "Tw Cen MT"; 
    font-size:2em 
}
font.strap_line
{
	color: white;
	font-size:1em
}
font.table_heading
{
	color: white; font-size:1.1em
}
font.table_footer
{
	color: grey; font-size:0.8em
}
font.paragraph_heading
{
	color: #000080; font-size:1.1em 
}

#pscroller1{
width: 300px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}