body
{
background-color: black;
background-image: url("images/background.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top center;

color: #000000;
font-size: 14px;
font-weight: 100;
font-family: Arial, Verdana, Tahoma, sans-serif;
line-height: 20px;

}

h1 {
	margin: 0;
	padding: 5px 0 5px 5px;
	color: #ebf9fe;
	font-size: 16px;
	font-weight: 100;
        font-family: Arial, Verdana, Tahoma, sans-serif;
}

a:link, a:visited {
	color: #06233b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #888888;
}

