BODY {
	color: lightblue; 
	font-family: "Tahoma";
	font-weight: bolder;
	font-size: 18pt;
	color: #AAAA90;
}
A.bez: link { color: yellow; text-decoration: none }

A.bez: visited { color: yellow; text-decoration: none}

A.bez: hover { color: lightgreen; text-decoration: none }

A:link {
	COLOR: blue
}
A:visited {
	COLOR: blue
}
A:hover {
	COLOR: lightblue
}

