body
{
	background-image: url('background.jpg');
	margin: 100px 150px;
	color: #352c00;
	font-family: arial;
	font-size: 11px;
}

p
{
	font-size: 11px;
}
ul
{
	font-size: 11px;
	line-height: 1.8em;
}

div#main
{
	width: 700px;
}

a:link
{
	color: #00f;
	text-decoration: underline;
}
a:visited
{
	color: #007;
	text-decoration: underline;
}
a:active
{
	color: #f00;
	text-decoration: underline;
}
a:hover
{
	color: #f00;
	text-decoration: none;
	border-bottom: none;
}