body
{
	font-family: Verdana;
	color: white;
}
.index
{
	background-image: url('design.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #B4C48B;
}
.menu
{
	color: white;
	font-size: 20px;
}
.menu a:link
{
color: white;
text-decoration: none;
}
.menu a:visited
{
color: white;
text-decoration: none;
}
.menu a:hover
{
color: white;
text-decoration: underline;
}
.menu a:active
{
color: white;
text-decoration: underline;
}
