/* Stylesheet.css *//* Style for main content column */#main{       margin: 0em;       /* margin-left must equal */       /* total width of left sidebar */       margin-left: 15em;       margin-right: 5em;}/* Style for left sidebar column */#sidebar{           float: left;           display: inline;           padding: 0;           margin: 1em;           width:8em;            /* Total width is 10em */}/* Page header style */#header{     height: 10%;     width: 100%; }/* Page footer style */#footer{    clear: both;    height: 30px;    width: 100%;    border-top: thick double #191970;}/* Body text and page background */body{    background-color: #99ffff;    margin: 0;    padding: 0;    font-family: 'Teen' , Gadget, Sans-Serif;    font-size: large;    color: #0000cd;}/* Level-1 Headings */h1{    font-size: xx-large;    color: #00008b;    text-align: center;}/* Level-2 Headings */h2{    font-size: x-large;    color: #228b22;    font-style: italic;    text-align: center;}/* Level-3 Headings */h3{    font-size: large;    color: #00008b;    text-align: center;}/* Float image to left of paragraph */img.floatLeft{   float: left;   margin-right: 5px;}/* Float image to right of paragraph */img.floatRight{float: right;}/* Center image between margins */div.center{width: 100%;text-align: center;}