body {
    background-color: #BEA684;
    font-size: 30px;
    padding:30px;
    margin:0px;
}

h1 {
font-family: sans-serif;
}
h2 {

font-family: Times, serif;
}
h3 {
font-family: Verdana, sans-serif;
font-size: 20px;
}
h4 {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    }
h1, h2, h3{
color: rgb(0, 0, 0);
}
span{
font-style: italic;
}

.highlight{
background-color:#999999;

}
#centered{
margin: auto;
width:80%;
}

#unique{
font-family: sans-serif;
text-transform: uppercase;
font-style: normal;
font-size:24px;
}
a{
text-decoration: none;
color: rgb(44,25,12);
}
a:hover{
background-color:rgb(196, 140, 37);
color: black;
}
#MosaicVis{
}
