body {
	color: #A9A9A9;
	background-color: White;
	font-family: Tahoma, Arial, "MS Sans Serif", sans-serif;
	font-size: medium;
}
body.invers {
	color: White	;
	background-color: #A9A9A9;
	font-family: Tahoma, Arial, "MS Sans Serif", sans-serif;
	font-size: medium;
}
a {
	color: #A9A9A9;
	text-decoration: none;
}

a:hover {
	color: #A9A9A9;
	text-decoration: none;
	font-weight: bolder;
}

font.small {
	font-size: x-small;
}
font.normal {
	font-size: 16px;
}
font.big {
	font-size: large;
}
font.headline 
{
   font-size:xx-large;
	font-weight: normal;
}

font.invers {
	color: #FFFFFF;
}

