body {
margin-top: 0;
margin-left: 0;
background-image: url(images/bkd.jpg);
font-family:  Trebuchet MS, Georgia, Times New Roman, TimesNR, serif;
color: #fff;
} 
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
	background-color: #000;
	width: 200px;
}
p {
	font-size: 13px;
	line-height: 18px;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #ffcc66;
}
.menu {
	font-size: 14px;
}
.menu a {
	color: #fff;
	text-decoration: none;
}
.menu a:visited {
	color: #fff;
	text-decoration: none;
}
.menu a:hover {
	color: #fff;
	text-decoration: underline;
}
.menuborder {
	border-right: 1px solid #e4b69c;
}
