body {
  padding-left: 10em;
  padding-right: 10em;
  padding-top: 0em;
  padding-bottom: 10em;
  font-family: verdana, arial, Times, serif;
  font-size: 14px;
  color: black;
  background-color: #222222 }

h1 { 
  font-family: Arial Rounded MT Bold;
		 color: #666666;
		 letter-spacing: 8px;
		 font-size: 20px; 
		}
h2 { 
  font-family: Arial Rounded MT Bold;
		 color: #cccccc;
		 letter-spacing: 5px;
		 font-size: 14px; 
		}
		
h3 { 
 font-family: verdana, arial, Times, serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  letter-spacing: 4px;
		}
				
h4 { 
  font-family: verdana, arial, Times, serif;
  font-weight: normal;
  font-size: 12px;
  color: #cccccc;
		}

h5 { 
  font-family: verdana, arial, Times, serif;
  font-weight: normal;
  font-size: 12px;
  color: #cccccc;
		}
		
		h6 { 
  font-family: verdana, arial, Times, serif;
  font-weight: normal;
  font-size: 12px;
  color: #666666;
		}

a {text-decoration:none;
font-family: verdana, arial, Times, serif;
  font-weight: normal;
  font-size: 12px;
  color: #cccccc;
  }
  
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {border-bottom:1px solid red;}