  
a { color: gold; }

a img { border: 0px; }
  
h1 { font-size: 28px; font-weight: normal;}

h2 { color: red; font-size: 24px; font-weight: normal;}

h3 { font-size: 20px; font-weight: normal;}

body {
	margin: 0;
    font-size: 16px;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif; 
	background-color: black; 
	color: white;
	<!-- font-family: trebuchet ms, verdana, arial, tahoma; -->	
}

#container {
}

#footer {
	clear: both;
	text-align: center;
	color: #555555;
	border-top-width: 1.5px;
	border-top-style: dotted;
	border-top-color: white;
	margin-top: 80px;
	line-height: 140%;
	padding: 15px;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

.clearer {
	clear: both;	
}

