@charset "utf-8";

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 0px #cc9;
	max-height: 0px;
	background-image: url(images/linesbg.png);
	background-repeat: no-repeat;
	background-color: #666;
	background-attachment: fixed;
	background-position: right bottom;
}

div.blogentry:first-letter {

	font-size: larger;

	font-weight: bolder;

	text-transform: capitalize;

}
.content {
	background-image: url(images/tablebg.png);
	border: 1px solid #FFF;
}

.bio {
	font-size: small;
}



.dropcap:first-letter {

	font-size: 16px;

	font-weight: bolder;

	text-transform: capitalize;

}

link {
	color: #F60;
}

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: #F60;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #F60;

}

a:hover {
	text-decoration: underline;
	color: #F60;

}

a:active {
	text-decoration: none;
	color: #F60;

}

