body
{
	font-family: sans-serif;
	background-color: #000;
	color: #fff;
}
a:link
{
	color: #A79FFF;
}
a:visited
{
	color: #F400F4;
}
a:link
{
	text-decoration:none;
	color: #A79FFF;
}
a:link:hover
{
	text-decoration:underline;
}
::selection
{
	background: #FF0000;
	color: #FFF;
}
::-moz-selection
{
	background: #FF0000;
	color: #FFF;
}
.content
{
	font-family: sans-serif;
	background-color: white;
	color: black;
	margin-top:5px;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.content h2
{
	margin-top:0px;
	margin-bottom:10px;
	font-size:1.8em;
}
.content h3
{
	margin-top:0px;
	margin-bottom:10px;
	font-size:1.2em;
}
h1
{
	margin-top:-5px;
	margin-bottom:-5px;
	font-size:3em;
}
.content p
{
	margin-top:0px;
}
.content p:last-child
{
	margin-bottom:0px;
}
.content ul
{
	margin-top:12px;
}
.content ul ul
{
	margin-top:0px;
}
footer
{
	border-width:2px;
	border-top-style:solid;
	padding-top:6px;
	margin-top:10px;
	font-size:0.7em;
}