BODY
{
	font-family: "Arial", sans-serif;
	color: #ffffff;
	background-image: 
	url('images/background.jpg');
	background-repeat: 
	no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}

H1
{
	font-size: 120%;
}
.active
{
	font-weight: bold;
	background: black;
}
P
{
	font-size: 90%;
}

A
{
	color: #FFFF00;
}

A:HOVER
{
	color: #000000;
	background: #FFFFFF;
}

.menu
{
	width: 700px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}