/* CSS Document */
body {
	background-color: #000;
}
.Comment {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Date {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
.Title {font-weight: bold}

.BorderDiv {
	margin-left:30%; 
	width:400px; 
	border-style:solid; 
	border-width:thin; 
	border-color:#a49763;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8d765b;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
