h2  { font-size: xx-large; background-color: red; background-position: 20% 20%; border-bottom: outset white }
p  { color: white;
margin-left:8%;
margin-right:8%;}
li  {
	color: white;
	list-style-position: outside;
	margin-left: 15%;
}
h4  { background-color: red; background-position: center 0; text-align: center; visibility: visible; clear: none; border-style: outset; border-color: white; outline-color: white }
body { background-color: black }
h5 {color: white}

a { display:block; margin-bottom: 8%; text-align:center; width: 100%;
          text-decoration:none; }

a:link    { color:#00f; background-color:transparent; }
a:visited { color:#00f; background-color:transparent; }
a:hover   { color:#ff0; background-color:#00f; }
a:active  { color:#ff0; background-color:#a03; }
