/* ICANE css stylesheet */

/* Landing Page*/

nav {
    background-color: blue;
    height: 5px;
    width: 100%;	
}		

#HeaderSection {
    width: 550px;
    float: left;
    margin: 0 15px;
    }

#IntroductionSection {
    float: left;
}

h1 {
    color:darkblue;
    text-align:center;
    font-size:150%;
    font-weight:bold;
}
h2 {
    color:darkblue;
    text-align:center;
    font-size:125%;
}
h3 {
    color:darkblue;
    text-align:center;
    font-size:100%;
    font-style:italic;
}
figcaption {
    font-size: 70%;
}
h4 {
    color:darkblue;
    text-align:left;
    font-size:90%;
    font-style:bold;
    text-decoration:underline;
}
h5 {
    color:darkblue;
    text-align: left;
    font-size: 80%;
    font-style: italic;
    text-decoration: underline;
}

p {
    font-size: 80%;
}

/* Navigation Styles */

/* Div Styles */

/* Section Styles */