#wrapper{
    width: 1500px;
    margin-right: auto;
    margin-left: auto;
}

header{
    width: 1500px;
    height: 70px;
    padding-top: 5px;
    padding-bottom: 50px;
    text-align: center;
}

nav{text-align: center;}
nav ul{list-style-type: none;}
nav li{display: inline; margin-right: 30px;}

a{
    color: #8A084B; 
    text-decoration: none; 
    font-family: arial, sans-serif;
}

section{
    width: 1500px;
    height: auto;
    float: left;
}

footer{
    width: 1500px;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
    background: #585858;
}

fuss{text-align: right;}
fuss ul{list-style-type: none;}
fuss li{display: inline; margin-right: 40px;}
fuss a:link {color: #FFFFFF;}

h1 { text-align: center; color:#8A084B; font-size:24pt;}
h2 { text-align: center; background: #8A084B; color:#FFFFFF; font-size:18pt;}
h3 { text-align: left; color:#8A084B; font-size:16pt; }

text { font-family: roboto; color:black; font-size:13pt; }

IMG.displayed {
    display: block;
    width: 1500px;
    height: 500px;
    margin-left: auto;
    margin-right: auto }

 /* unvisited link */
a:link {color: #6E6E6E;}
/* visited link */
a:visited {color: green;}
/* mouse over link */
a:hover {color: #8A084B;}
/* selected link */
a:active {color: blue;} 