BODY {
	font-size : 10pt; 
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    color : Black;
    background-color : White;
    background-image: url(../images/graph_paper.png);
}
H6 {
	color : Black;
	text-align : center;
   	font-family : cursive;
}
TD  {
	color: Black;
	text-align : left;
	font-size: 10pt;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
LI  {
	text-align : left;
	font-family : 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
#trailID {
	font-style: normal;
	color: black;
	font-size: 9pt;
	font-family: cursive;
	text-transform: lowercase;
}
validID.class {
	font-style: normal;
	color: red;
	font-size: 9pt;
	font-family: cursive;
}
trail.class {
	font-style: normal;
	color: black;
	font-size: 9pt;
	font-family: cursive;
	text-transform: lowercase;
}
#pagetitleID {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    color : Black;
    background-color : White;
	text-align: left;
	line-height: normal;
	font-weight: 700;
	font-size: 12pt;
}
#pagesubtitleID {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    color : Black;
    background-color : White;
	text-align: left;
	line-height: normal;
	font-weight: 500;
	font-size: 10pt;
}
.delicious-posts {
	margin: 1em;
	/*border: 2px solid #ddd;*/
	background: transparent;
	padding: 0.5em;
	width: 20em;
	font-family : 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
.delicious-posts ul, .delicious-posts li, .delicious-banner {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
.delicious-post {
	border-top: 1px solid #eee; 
	padding: 0.25em;
	font-size: 80%;
	background: transparent;
}
.delicious-odd {
	background-color: #f8f8f8;
}
.delicious-banner a {
	font-size: 80%;
}
.delicious-posts a:hover {
	text-decoration: underline;
}
.delicious-posts a {
	text-decoration: none;
	color: #a15426;
	display: block;
	padding: 0.3em;
}
.delicious-post a {
	color: blue;
}