body {background-color: white}

h1 {color: black}
h1 {text-align: center}
h3 {color: black}
h3 {text-align: center}
h5 {color: black}
h5 {text-align: center}
a {text-decoration: none}
p
{
text-align: left;
color: black;
font-family: arial
}

p.margin {margin: 1cm 2cm 1cm 2cm}

ul
{
width:100%;
padding:0;
margin:0cm 7cm 0cm 7cm;
list-style-type:none;
}
a
{
width:6em;
text-decoration:none;
color:blue;
background-color:white;
padding:0.2em 0.9em;
border-right:1px solid white;
}
a:hover {background-color:#ff3300}
li {display:inline}



