body {
background-image:url('bg_wide.jpg');
background-repeat:repeat;
background-attachment:fixed;
background-position:top;
background-color:#525252;
font-family:Georgia;
font-size:16px;
color:#f6f6f6;
line-height:140%;
}

a:link {
	text-decoration: none;
	color: #1e80b8;
}

a:visited {
	text-decoration: none;
	color: #1e80b8;
}

a:hover {
	text-decoration: underline;
	color: #1e80b8;
}

a:active {
	text-decoration: none;
	color: #dddddd;
}

h1 {
font-family:Georgia;
font-size:28px;
font-weight:normal;
}

u {
color: #1e80b8;
}