body {
	color: #330000;
	font-family: 'hoefler text', palatino, garamond, georgia, times, 'times new roman';
	background-color: #660000;
	background-image: url("images/redvelvet.jpg");
	background-attachment: fixed;
}

td {
	color: #330000;
	font-family: 'hoefler text', palatino, garamond, georgia, times, 'times new roman';
}

th {
	color: #003300;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

dt
{
	color: #000033;
	font-weight: bold;
	font-family: 'hoefler text', palatino, garamond, georgia, times, 'times new roman';
}

dd
{
	color: #000033;
	font-weight: normal;
	font-family: 'hoefler text', palatino, garamond, georgia, times, 'times new roman';
}

h1 {
	color: #330000;
	font-family: 'poor richard', 'hoefler text', palatino, garamond, times, 'times new roman';
}

h3, h5 {
	color: #003300;
	font-style: italic;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

h2, h4, h6 {
	color: #000033;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

a:link {
	color: #006600;
	font-weight: bold;
}

a:visited {
	color: #330066;
	font-weight: bold;
}

a:hover {
	color: #660099;
	font-weight: bold;
}

a:active {
	color: #660099;
	font-weight: bold;
}

.sidebar {
	color: #FFFFCC;
	font-size: 10pt;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

a.sidebar:link {
	color: #FFFFCC;
	font-size: 10pt;
	font-weight: bold;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

a.sidebar:visited {
	color: #CCCC99;
	font-size: 10pt;
	font-weight: bold;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

a.sidebar:hover {
	color: #FFFFCC;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

a.sidebar:active {
	color: #CCCC99;
	font-size: 10pt;
	font-weight: bold;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

.fineprint {
	font-size: smaller;
	font-weight: normal;
	font-variant: normal;
	font-family: 'hoefler text', palatino, garamond, times, 'times new roman';
}

.tinyprint {
	font-size: xx-small;
	font-weight: normal;
	font-variant: normal;
	font-family: arial, helvetica, sans-serif;
}

.red { color: #990000; }

.archive {
	border-color: #CC0000;
	border-width: thick;
	border-style: dashed;
	background-color: white;
	color: #CC0000;
}