body { 
font: 10pt Arial;
link: #000066;
alink: #000066;
vlink:#000066;
style: color:#000066;
text-decoration: none;
background-color: darkorange;
}
.normallink  {
width:12em;
text-decoration:none;
color:white;
font-weight:normal;
background-color: darkorange;
padding:0;
border: none;
text-align: center
  }
:hover.normallink{
text-decoration: underline;
color: #0000FF;
background-color: darkorange
}
a {
width:12em;
text-decoration:none;
color:white;
font-weight:bold;
background-color: blue;
padding:0.2em 0.7em;
border:2px solid white;
text-align: center
}
a:hover {
background-color: cyan;
color: black;
}
h1 {
text-align: center;
color: white;
}
h3 {
color: white;
}
ul {
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
li {
padding-top:0.3em;
}