@charset "utf-8";
body {
	background-color: #101010;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #39F;
	text-decoration: none;
	text-shadow: 0px 0px 0px #cc9;
	max-height: 0px;
	background-attachment: scroll;
}
.bodytable {
	background-image: url(images/tablebg.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}
div.blogentry:first-letter {
	font-size: larger;
	font-weight: bolder;
	text-transform: capitalize;
}
.dropcap:first-letter {
	font-size: 16px;
	font-weight: bolder;
	text-transform: capitalize;
}
.bg-image {
	position: fixed;
	z-index: -1;
	right: -5px;
	bottom: -5px;
}
link {
	color: #09F;
}
h1 {
	font-size: larger;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: capitalize;
}
h2 {
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}
h3 {
	font-weight: bold;
	text-transform: capitalize;
}
h4 {
	font-weight: bold;
	font-size: small;
}
img {
	margin: 3px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.nav {
	text-align: left;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
}
