body { background-color: black; background-image: url(images/bcg.jpg); background-attachment: fixed; 
 }

a:link { color: blue; }
a:visited { color: navy; }
a:hover { color: #CDFFCE; }
a:active { color: white;
background-color: navy; }

h1 { text-align: center; color: green; font-weight: bold; }
h2 { text-align: center; color: navy; }
h3 { color: blue; }
h4 { color: navy; }

#box { text-align: center; font-size: 16px; background-color: #acacac; color: navy; border-top: 2px solid #e7e6e6; border-left: 2px solid #E7E6E6; border-right: 2px solid #313131; border-bottom: 2px solid #313131; padding: 4px; margin: 2px; }

.style8 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}
