﻿body 
{
	background-color:#C0C0C0;	
}

a {
	text-decoration:underline;
	color:#a9a9a9;
	font-weight:normal;
	font-size:8pt;
}

a:hover {
	text-decoration:underline;
	color:#757575;
	font-weight:normal;
	font-size:8pt;
}

.selected {
	text-decoration:underline;
	color:#000000;	
	font-size:8pt;
}

p {
text-align:justify;
}