html, body, #website
{
	height			: 100%;
	overflow		: hidden;
}

body
{
	background		: #526370;
	font-family		: sans-serif;
	color			: #FFFFFF;
	font-size		: 12px;
	margin			: 0;
}

#content
{
	height			: 100%;
	overflow: auto;
}
            
h1
{
	font-family		: sans-serif;
	color			: #FFFFFF;
	font-size		: 16px;
	font-weight		: bold;
}

h2
{
	font-family		: sans-serif;
	color			: #FFFFFF;
	font-size		: 12px;
	font-weight		: bold;
}

a, a:visited
{
	font-family		: sans-serif;
	color			: #0088CC;
	font-size		: 12px;
	text-decoration	: none;
}

a:hover
{
	font-family		: sans-serif;
	color			: #0088CC;
	font-size		: 12px;
	text-decoration	: underline;
}