@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-attachment: scroll;
	background-image: url(components/library_wp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
	line-height: 18px;
}
.nav {
	background-image: url(components/nav_stack.png);
	font-size: 14px;
	text-align: left;
	text-indent: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
}
.footer {
	font-size: 12px;
	text-align: center;
	color: #999999;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
a:visited {
	color: #FFFF66;
	text-decoration: none;
}
a:active {
	color: #FFCC33;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 28px;
}
h2 {
	font-size: 16px;
	color: #CCCCCC;
}
