h1 { font-size:50px;  }

li { list-style-type:none; }

a { text-decoration: none;
	 font-family: monospace;
	 color: darkorange;
   }

a:hover { color: #222222;
			  cursor: crosshair;
			}

p { color: white;
	font-family: arial;
	font-size: 100%;
	}

h2 { font-family: arial;
	   color: white;
	}