body {
font-family: Arial,Helvetica,sans serif;
font-size: 100%;
color:rgb(255, 204, 0);
background-color: rgb(51,51,51);
}

h1 {
	font-family: Arial,sans serif;
	color:rgb(255, 204, 0);
}

h4 {
	font-family: Arial,sans serif;
	color:rgb(255, 204, 0);
}

hr {
width: 100%;
height:0px;
text-align: center;
border-style: double;
border-width:1px;
border-color: rgb(255,255,255);
}

/* This is the color of the links and picture borders*/
 A {
	font-family: Arial,sans serif;
	text-decoration: none;
	color: rgb(255, 204, 0);
 }

 A:hover {
	font-family: Arial,sans serif;
	text-decoration: none;
	color: white;
 }
 
