a.topnav:link {color: white; text-decoration: none;}
a.topnav:active {color: white; text-decoration: none;}
a.topnav:visited {color: white; text-decoration: none;}
a.topnav:hover {color: black; text-decoration: none; background: grey;}

a.topnav 
{
 font: bold 17px arial; color: white;
 display: block; padding: 10px 0px 10px 0px;
 border-left: 1px solid black;
 border-right: 1px solid black;
 background-color: silver;
}

table
{
border: 0px solid; border-color: black;
width: 800px; height: 25px;
margin-bottom: 0px; 
border-spacing: 0px;
float: right;
}

h1
{
 font: bold italic 39px times;
 margin-top: 0px;
 margin-bottom: 0px;
 color: grey;
 }

h2
{
font-size: 35px
}

h3
{
 font: bold 14px arial;
 margin-top: 0px;
 margin-bottom: 0px;
 color: white;
}

#title
{
display: block;
padding: 10px 0px 10px 0px;
background-color: black;
height: 65px; width: 100%;
margin-bottom: 10px;
text-align: right;
}

p
{font-size: 16px; text-align: justify;margin: 30px;}


ul
{font-size: 20px; text-align: left; font: 24px arial}

body
{
background: url("bg5.jpg");
margin: 0px;
margin-top: 0px;
color: black;
}

#background
{
position: right; 
background-position: center;
background: white; 
background-size: 100% 100%;
margin-bottom: 20px;
margin-left: 45px;
margin-right: 1px;
display: block; 
padding: 10px 0px 10px 0px; 
height: 430px; width: 1270px;
border: 1px solid;
float: right;
}

/*.center
{
margin:auto;
width: 70%;
}*/