body 
{
background-image: url("background.jpg");
background-attachment: fixed;
background-repeat: repeat;
color: #191919;
font-family: arial, sans-serif;
}

h2
{
horizontal-align: left;
}



a {
        color: #00336d;
        text-decoration: none;
}
a:link {
	color: #00336d;
	text-decoration: none;
}
a:visited {
	color: #00336d;
	text-decoration: none;
}
a:hover {
	color: #627795;
	text-decoration: underline;
}
a:active {
	color: #309b22;
	text-decoration: none;
}
