/***** body *****/

body {
  text-align: left;
  font-size: 14;
  font-family: Arial; 
  color: white; }

/***** links *****/

a:link {
  color: white; 
	text-decoration: underline;}
	
a:visited {
  color: white; 
	text-decoration: underline;}
	
a:hover {
  color: yellow; 
	text-decoration: underline overline;}
	
a:active {
  color: white; 
	text-decoration: underline;}
	

/***** headers *****/
h1 {
  font-size: 48;
	font-family:Showcard Gothic}

h2 {
  font-size: 36;
	font-family:Showcard Gothic}
	
h3 {
  font-size: 24;
	font-family:Showcard Gothic}

h4 {
  font-size: 14;
	font-family:Showcard Gothic}
	
	
ul.menu {
  list-style: none;
	padding: 0;
	margin:  20;}

  


	 




