html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;
  font-family: 'Lucida Sans Unicode';
 }

.menu {
	font-size: 18px;
	font-weight: bold;
	font-family: 'lucida sans unicode';
}

a:link {
	color: #FF88FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF88FF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
