.menu
{
	text-align: right;
}

.menu a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
}

.menu a:hover
{
	text-decoration: underline;
}

