/* CSS Document */

body {
	
	Background-color: #000000;
}
a:link {
color: red;
font-weight: bold;
text-decoration: none;
}
a:visited {
color: red;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #A47E67;
text-decoration: underline;
}

