body {
	color: white;
	background-color: black;
	font-family: sans-serif;
}

a{
	color: #89936f;
}

td.secretmsg{
	font-style: italic;
	color: #89936f;
}

.linkie {
	border-color: #89936f;
	border:2px;
	border-thickness:1px;
	border-style: solid
}

table.projectlist{
	border: 0;
	width: 90%;
	height: 90%;
	text-align: left;
}

table.projectsummary{
	border: 0;
	width: 44%;
	height: 90%;
	text-align: left;
	float: left;
	position: relative;
	left: 5%;
	
}

table.projectsummaryr{
	border: 0;
	width: 44%;
	height: 90%;
	text-align: left;
	float: right;
	position: relative;
	right: 5%;
}

table.header{
	border: 0;
	width: 100%;
	text-align: left;
}

div.flash {
	background-color: #222255;
	width: 75%;
	font-style: italic;
}

tr.list0 {
	background-color: #222222;
}
tr.list1 {
	background-color: #323232;
}

.heading {
	background-color: #1d2615;
	font-weight: bold;
}

td.pageheading {
        font-size: xx-large;
}

td.value {
	background-color: #222222;
	vertical-align: top;
}
td.name {
	background-color: #323232;
	vertical-align: top;
}

td.nameheading {
	background-color: #323232;
	font-weight: bold;
}

p.caption{
	font-style: italic;
    font-size: small;
}

p.filenotes{
	font-style: italic;
    font-size: small;
	padding-left: 2em;
}

p.summarynotes{
	font-style: italic;
    font-size: small;
	padding-left: 2em;
}

p.haiku{
	font-style: italic;
        font-size: x-small;
	padding-left: 4em;	
}

img.logo{
}

