a:link
{
	color: rgb(0,102,102); 
}
a:visited
{
	color: rgb(0,153,153); 
} 
a:active 
{
	color: rgb(255,102,0);
}
body
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,128);
	padding-left: 20;
	padding-right: 20;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
	font-family: Arial, Helvetica;
	font-size: 0.8em;
}
p
{
	font-family: Arial;
	font-size: 0.8em;
	text-align: justify;
}
h1
{
	font-family: Arial;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	margin-top: 30;
	margin-bottom: 30;
}
h2
{
	font-family: Arial;
	font-size: 0.8em;
	text-align: right;
	font-weight: normal;
}
h3
{
	font-family: Arial;
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
}
h5
{
	font-family: Arial;
	font-size: xx-small;
	text-align: center;
	font-weight: normal;
}
