@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
   	background-color: #292928;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.content {
	background-color: #FFF;
}
.navbarlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}
a:link {
	color: #445566;
}
a:visited {
	color: #445566;
}
  
a:hover {
	color: #af3131;	
}
a:active {
	color: #af3131;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
#about {
	text-align: center;
	text-indent: 0;
	display: none;
	width: 400px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-color: #900;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.aboutdavid {
	background-color: #03C;
	text-align: right;
	border: medium dotted #960;
	position: absolute;
	width: 400px;
}

#border_here {
  border: red solid 5px;
  padding: 1em;
  width: 400px;
  }.whitetext {
	color: #FFF;
	font-weight: bold;
}
.pagetitle {
	font-weight: bold;
	font-size: 14px;
}
.SIDEBARNAV {
	font-weight: bold;
}
