﻿body 
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image:url(images/bg.jpg);
    background-repeat:repeat; 
    background-position:top center; 
    background-attachment: fixed;
    color:White;
    font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
p {
	color: #A5A5A5;
	line-height: 19px;
	margin-top: 5px;
	margin-bottom: 12px;
	font-size: 11px;
}
h2{
	font-size: 13px;
	font-weight: normal;
	color: #b6a253;
	line-height: 20px;
	margin: 0px 0px -10px;
	padding: 0px;
}
A:link {text-decoration: none; color:#b6a253;}
A:visited {text-decoration: none; color:#b6a253;}
A:active {text-decoration: none; color:#b6a253;}
A:hover {text-decoration: none; color: #3c3c3c;}