BODY {
		font-family: Verdana;
		font-weight: medium;
		font-size: smaller ;
		color: white;
		text-transform: none;
		text-decoration: none;
		text-align: left;
		margin-top: 1cm;
		margin-bottom: 1cm;
		margin-left: 1cm;
		margin-right: 0.5cm;
}
A:LINK {
		color: lime;
		text-decoration: none;
}

A:VISITED {
		color: lime;
		text-decoration: none;
		font-weight: large;
}
A:ACTIVE {
		text-decoration: none;
		color: white;
} 
A:HOVER {
		text-decoration: none;
		color: yellow;
} 
