body {
	background-position: 10px;
	background-image: url(../graphics/rose.gif);
	background-repeat: repeat-y;
	color: #CCCCCC;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 200px;
	max-width: 800px;
	margin: 0;
	background-color: #440000;
}
h1 {
	color: #FF0000;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 200;
	word-spacing: 10px;
	letter-spacing: 4px;
	font-variant: small-caps;
	margin-top: 10px;
}
h1.nav {
	color: #FFFFFF;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	word-spacing: normal;
	letter-spacing: normal;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 10pt;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	word-spacing: 6px;
	letter-spacing: 2px;
	margin-bottom: 4px;
}
h2.nav {
	color: #FFFFFF;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	word-spacing: normal;
	letter-spacing: normal;
	margin-top: 0;
	margin-bottom: 0;
}
p  {
	color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0;
	font-size: 9pt;
}
p.note {
	color: #FFFFFF;
	font-size: 8pt;
	font-family: "trebuchet ms", sans-serif;
	font-style: italic;
	margin-top: 24pt;
	margin-left: 0;
}
p.nav { font-size: 8pt; }
li {
	color: #FFFFFF;
}
li.important {
	font-weight: bold;
	color: #ff9900;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color:#FFFFFF;
}
table {
	color: #FFFFFF;
	margin-left: 20px;
}
table.archive {
	text-align: left;
	margin-bottom: 6px; 
	margin-left: 0;
}
table.archive th {
	font-weight: bold;
	text-align: center;
	margin-top: 6pt;
	background-color: #990000;
}
table.archive tr {
	text-align: center;
}
table.archive td {
	min-width: 40px;
}
table.archive a {
	text-decoration: none;
	color: #FFFFFF;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	padding: 0;
}
pre {
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	margin-left: 12pt;
}
ul {
	font-weight: normal;
	margin-left: 10px;
	list-style-type: disc;
}
ul.date ul {
	font-weight: normal;
	list-style-type: none;
	margin-left: 10px;
}
ul.date {
	font-weight: bold;
	margin-left: 0;
	list-style-type: none;
}
ul.plain {
	font-weight: normal;
	margin-left: 20px;
	list-style-type: none;
}
#navbar {
	width: 600px;
	height: 70px;
	position: absolute;
	top: 10px;
	left: 200px;
}
#flame {
	background-position: 15px 15px;
	bottom: 10px;
	background-image: url(../logos/Stretched_Flame_Transparent.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 130px;
}
#text {
	width: 600px;
	position: absolute;
	top: 100px;
	left: 200px;
}
#logo {
	width: 70px;
	position: absolute;
	left: 700px;
	top: 10px;
	height: 70px;
}
