@charset "utf-8";


/*Selector { declaration property: declaration value;*/
body{
    background-color: #f5f5f5;
    color: #40407A;
    font-family:Verdana, Geneva, Tahoma, sans-serif ;
}
#wrapper{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
header{
    background-color: #80CBC4;
    text-align: center;
}

h1{
    line-height: 200%;
}

nav{
    text-align: center; font-weight: bold; }

/*Descendant selector - specify an element within the context of it's container (parent) element*/
nav a{
    text-decoration: none;

}

.studio {
    font-style: italic;
}

footer{
    background-color: #80CBC4; font-size: .60em; font-style:italic;text-align: center;
}

