html
{
	font: normal 70%/1.2em "Trebuchet MS", Verdana, Sans-Serif;
}

/* Links */

a
{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #888888;
}

a:link
{
	color: #1b426a;
	border-bottom-color: #1b426a;
}

a:visited
{
	color: #3d648c; 
	border-bottom-color: #3d648c;
}

a:hover, a:active
{
	color: #aa3300; 
	border-bottom-style: solid;
	border-bottom-color: #888888;
}

/* Headings */

h1, h2, h3, h4, h5, h6 
{ 
	color: #333300;
	padding: 0 0 0 0; 
	line-height: 1em;
	font-family: "Trebuchet MS", Tahoma, Sans-Serif;
}

h1 
{ 
	font-size: 2.0em; 
}

h2 
{ 
	font-size: 1.6em; 
}

h3, h4, h5 
{ 
	font-size: 1.2em; 
}

h6 
{ 
	font-size: 1.0em; 
	text-transform: uppercase; 
}

/* Lists */

ul
{
	line-height: 2.0em;
	margin: 0.5em 2.5em;
	list-style-type: square;
}

ol
{
	line-height: 2.0em;
	margin: 0.5em 3.0em;
}

dl
{
	margin: 0.75em 2.5em;
        line-height: 1.0 em;
        font-size: 1.0em; 
        font-family: "Trebuchet MS", Tahoma, Sans-Serif;
        
}

dt, dd
{
	margin: 0 0 0 0em;
	line-height: 1.0em;
        font-size: 1.0em; 
        font-family: "Trebuchet MS", Tahoma, Sans-Serif;
}

/* Other Html Elements */

p
{
	padding: 0em 0em 0em 0.75em; 
	margin: 0.75em 0;
        line-height: 1.6em;
        font-size: 1.2em; 
}

blockquote
{
	margin: 2.0em 2.5em;
	padding-left: 5.0em;
	padding-right: 3.0em;
	background: url(http://www.geocities.com/zolyd2000/quiz/images/bg_blockquote.png) top left no-repeat;
}

hr
{
	height: 1px;
	clear: both;
	visibility: hidden;
}

hr2
{
        color: #2F4F4F;
        background-color: #2F4F4F;
        height: 2px;
}
hr.3 
{
        border: 0;
        color: #6699CC;
        background-color: #6699CC;
        height: 3px;
        width: 50%;
        text-align: left;
}
.post
{
	font-size: 1.1em;
}

/* Hide stuff we don't care about */

#header h2 { display: none; }

#navigation { display: none; }

.post-footer { display: none; }

#sidebar { display: none; }

#secondary { display: none; }