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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #474747;
	line-height: 1.8em;
}

#blog a {
	color: #ffca00;
	text-decoration: underline;
}

.blog-entry-date {
	color: #bebebe;
}

h2 {
	background: url(../images/h1-bg.jpg) top repeat-x;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1.3em;
	font-weight: lighter;
}

a:link {
	color: #e0ae01;
	text-decoration: underline;
}

a:hover {
	color: #e0ae01;
	text-decoration: none;
}

a:active {
	color: #e0ae01;
	text-decoration: underline;
}

a:visited {
	color: #e0ae01;
	text-decoration: underline;
}
A.class_bottom:link {
	font-size: 9px;
	color: #979897;
	text-decoration:none
}
A.class_bottom:visited {
	font-size: 9px;
	color: #979897;
	text-decoration:none
}
A.class_bottom:hover {
	font-size: 9px;
	color: #ffffff;
	text-decoration:none
}
A.class_bottom:active {
	font-size: 9px;
	color: #979897;
	text-decoration:none
}
