a:link {
color: white; 
}

a:visited {
color: white; 
}

a:hover {
color: purple; 
/* my hover color is yellow, update if needed if the body color changes*/
}

a:active {
color: white; 
}

#container {
margin-top: 100px;
margin-right: auto;
margin-left: auto;
width: 80%;
height: 1970px;
border: solid;
border-radius: 10px;
background-color: #A5A5A5;
color: black
padding: 30px;
}

.submenu {
background-color: black;
height: 75px;
margin-top: 5px; 
width: 60px;
margin-left: 7%; 
border-radius:5px;
float: left;
/*clear: left;*/
}

#pictureheader {
margin-top: 10px;
margin-bottom: 10px; 
margin-left: 4%;
width: 90%;
/*height: 100px;*/
color: black;  
float: left;
clear: left;
}

#header {
margin-top: 10px;
margin-bottom: 10px; 
margin-left: 4%;
width: 90%;
/*height: 100px;*/
border-radius: 10px;
background-color: white;
color: white; 
float: left;
clear: left;
}

#pictureframe {
margin-top: 10px;
margin-right: auto;
margin-left: auto;
width: 90%;
height: 910px;
border-radius: 10px;
background-color: white;
color: white; 
float: left;
clear: left;
padding: 5px; 
}

#textarea {
width: 90%;
margin-left: auto;
height: 700px;
border-radius: 10px;
background-color: #eff3fa;
padding: 5px;
float: left;
clear: left;
}

p.ex1 {
    font: italic bold 12px/30px Georgia, serif;
}

p.small {
    font-variant: small-caps;
}

{background:#FFBAAA; 

}
 