a.link {text-decoration: underline; color: #1588BB;}
a.visited {text-decoration: underline; color: gray;}
a.active {text-decoration: underline; color: #1588BB; background-color: #E5E7E6;}
a.hover {text-decoration: underline; color: #1588BB; background-color: #E5E7E6;}

a.content:link {text-decoration: underline; color: #1588BB;}
a.content:visited {text-decoration: underline; color: gray;}
a.content:active {text-decoration: underline; color: #1588BB; background-color: #E5E7E6;}
a.content:hover {text-decoration: underline; color: #1588BB; background-color: #E5E7E6;}

body 
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: medium;
	min-width: 100px;
	color: #004080;
}

.printTitle
{
    font-size: 90%;
}
