body
{
	background-color: #99F;
	color: black;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 10px;
}

A.nav
{
	color: #FC0;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}

A:hover
{
	text-decoration: none;
	color: red;
}

A
{
	color: #900;
	font-weight: bold;
}

#title
{
	background-color: white;
	border: 2px black solid;
	text-align: center;
	color: black;
	padding: 0 20px 0 20px;
	margin: 0;
	background-image: url(girl.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: normal;
}

#nav
{
	background-color: black;
	margin: 0;
	border: 2px black solid;
	text-align: center;
}

.footer
{
	font-size: 10px;
	line-height: 15px;
	color: #333;
}
