/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

H1 { /* Headlines and Titles */
	font-size: 18px;
	margin: .75em;
	padding: .75em;
	text-transform:uppercase;
	font-weight:normal;
	} 

P { /* Paragraph copy */
	line-height: 1.5em;
	margin: 0 1em;
	padding: 0 1em;
} 
p.normal {
	line-height:19px;
	padding:0 8px 0 0;
}
.headline {
	font-size:18px;
	text-transform:uppercase;
	padding:25px 0 15px 15px;
}
div.bottomHome {
	text-align:justify;
	padding:0 100px 15px 100px;
	color:#A17855;
	font-size:12px;
}
#Copyrights, #Copyrights a {
	font-size: 10px;
	color: #eee;
	line-height: 14px;
}

#Copyrights a:hover {
	color: #ccc;
}

a:link, a:visited { color:#CCCCCC; }

a:hover { color:#FFFFFF }