body {
background: black; 
color: white;
}

div.main {
background: black; width: 80%; 
margin: 1em 10%; 
padding: 0 0 1em 0;
font-family: Arial, sans-serif;
font-size: 10pt;
}

img.lily {
float: left; clear: left; margin: 0 1.33em 0 0; 
height: 15px;
}

p {
margin: 0.75em 0.5em 0.75em 1em;
}

h1 {
padding: 0.25em 0.25em 0.125em; 
margin: 0; 
font: 160% Arial, sans-serif;
}

h3 {
padding: 0.25em 0 0.125em 0; 
font-family: Arial, sans-serif; 
margin: 0 0 0 1em;
}

#tab li { 
display: inline; 
list-style-type: none; 
}

#tab a:link, #tab a:visited { 
text-decoration: none; 
color: #AC92C0; 
}

#tab a:link.active, #tab a:visited.active { 
text-decoration: none; 
color: #DD2D5E;
}

#tab {
position: relative; 
left: 0px;
top: 20px;
}

.pagelink:link {
	text-decoration: none;
	color: #D6C6E7;
}

.pagelink:visited {
	text-decoration: none;
	color: #D6C6E7;
}

.pagelink:hover {
	text-decoration: underline;
	color: #DD2D5E;
}

.pagelink:active {
	text-decoration: underline;
	color: #DD2D5E;
}

.badgeimg {
border: none;
}


