@charset "utf-8";
body {
	background-color: #660000;
	background-image: url();
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	font-family: "Courier New", Courier, monospace;
}
#navbar {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
p {
	font-size:small;
}
h1 {
	font-size: medium;
	color: #660000;
}
#navbar li {
	display: inline;
}
#navbar a {
	color: #FFFF00;
	text-decoration: none;
}
#navbar a:link {
	color: #FFFF00;
	text-decoration: none;
}
#navbar a:visited {
	color: #FFFF00;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #660000;
}
#yaklog {
}

#yaklog li {
	font-size: x-small;
	list-style-type: square;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#yaklog2 {
}
#yaklog2 li {
	font-size: x-small;
	list-style-type: square;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
}
