html
{
	background-color: black;
}

body
{
	background-color: black;
	margin-left: 20%;
	margin-right: 20%;
}

span.header_link
{
	margin-right: 5px;
}

span.title
{
	font-family: Arial, Helvetica;
	font-size: 36px;
	font-weight: bold;
	color: #ABDDFC;
}

span.subtitle
{
	font-family: Arial, Helvetica;
	font-size: 28px;
	font-weight: bold;
	color: #ABDDFC;
}

span.subheading
{
	font-family: Arial, Helvetica;
	font-size: 20px;
	color: #ABDDFC;
}

span.text
{
	font-family: Arial, Helvetica;
	font-size: 15px;
	color: #ABDDFC;
}

div.body
{
	clear: left;
}

div.header
{
	background-color:  #2B373F;
	height: 143px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

div.subheading
{
	font-family: Arial, Helvetica;
	font-size: 20px;
	color: #ABDDFC;
}

div.text
{
	font-family: Arial, Helvetica;
	font-size: 15px;
	color: #ABDDFC;
}

a:link
{
	font-family: Arial, Helvetica;
	font-size: 15px;
	color: #ABDDFC;
}

a:visited
{
	font-family: Arial, Helvetica;
	font-size: 15px;
	color: #ABDDFC;
}

a:hover
{
	font-family: Arial, Helvetica;
	font-size: 15px;
	color: #999999;
}

img.sign
{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 144px;
}


img.icon
{
	float: left;
	margin-right: 5px;
	width: 48px;
}

img.me
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 240px;
}

