@charset "UTF-8";

/* CSS Document */

body
{
	background-image:url("../pictures/pixel.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: #838383;
	color:#e3e3e3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

ul
{
	list-style-type:none;
	padding:0;
	margin:0;
}

#fixed
{
	position:fixed;
	top:8px;
	left:12px;
}

ul.form
{
	list-style-type:none;
	padding:0;
	margin:0;
	line-height:36px;
}

div
{
	margin-top:8px;
	margin-left:204px;
}

#title
{
	margin-top:0px;
	margin-left:204px;
}

p
{
	color:#e3e3e3;
	font-size:18px;
	font-stretch:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:24px;
	text-decoration:none;
	margin-bottom:0px;
}

a
{
	font-size:18px;
	font-stretch:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:150%;
	text-decoration:none;
}

a:link { color:#eeeeee; }

a:visited { color:#dddddd; }

a:hover { color:#00ff5a; }

a:active { color:#686868; }

h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight:600;
	margin-bottom:8px;
}

h2
{
	color:#dbedda;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:600;
	margin-bottom:4px;
}
h3
{
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:400;
	margin-bottom:4px;
}