h1{
    color: darkred;
    text-align: center;
    text-decoration: underline;
    font-size: 40px;
 }
body{
    background-color:azure;
}
table{
    text-align: center;
    background-color:white;          
}
th{
    padding: 5px;
}
fieldset{
    margin-right: ;
    color: white;
}
 table.links{
    background-color: darkgray;
    color: white;
}
td.links{
    height:3em;
    width: 25em;
    color: white;
}
th.name{
    font-family:fantasy;
    font-size: 20px;
}
header{
    height: 3cm;
    background-color: white;
    text-align:center;
    width: 81.9%;
    float:right;
}
nav{
    float:left;
    width: 16%;
    background-color:darkred;
    height: 80em;
    padding: 1%;
    overflow:auto;
    position:fixed;
    color: white
}
center{
    float: right;
    width: 81.9%;
    height: 50em;
    background-color:white;
    overflow:auto;
    
}
footer{
    background-color:darkslategrey;
    color: white;
    font-size:20px;
    text-align: center;
    width:81.90%;
    height: 3em;
    float:right;
}
p{
    width: 75%;
    font-size: 20px
}
h2{
    font-size: 30px;
}
#FEFE{
    border-style: dashed;
    border-width: medium;
    border-color: darkred;
}
