
/* Universal selector */
/* remove all default margins and padding */
*{
margin: 0;
padding: 0;
/* Element selector */
/* applies to all ul elements */
/*Temporary borders*/
/* border: dashed 1px #f00; */
}
body{
background-color:#b0fff0;
font-family:arial,helvetica,sans-serif;
}
#wrapper{
width:63em;
/*put 20 px margin above the wrapper*/
margin:20px auto 0;
/*set right and left to auto for centering*/
background-color:#b0fff0;
}
/*applies only where class="hilite"*/
.hilite{
background-color:#ff0;
}
#header{
font-size:4em;
font-family:edwardian script itc;
text-align:center;
/*border:1px dashed*/
padding:5px;
color:#fff;
background-color:#00f;
}
#address {
height:1.75em;
font-size:1.5em;
text-align:center;
}
#navbar{
height:1.5em;
font-size:1.2em;
background-color:#ff0;
text-align:center;
}
#navbar li{
float:left;
list-style-type:none;
width:8.4em;
padding-left:2px;
}
/*applies to navbar links visited and unvisited*/
#navbar a:hover,
#navbar a:active{
background-color:#000;
color:#fff;
}
# license{
font-size:1.2em;
width:60em;
height:15em;
border:1px solid;
}
#license p{
text-indent:.25in;
}
#license h1{
color:red;
text-align:center;
}

#footer{
clear:both;
padding-left:10em;
height:1.5em;
font-size:1.2em;
background-color:#ff0;
}
#footer li{
float:left;
width:10em;
list-style-type:none;
}
/*footer hover and active links*/
#footer a:hover,
#footer a:active
{
background-color:#000;
color:#fff;
}
.scrollbar{
width:52em;
height:16em;
font-size:1.2em;
padding:.2em;
background-color:#ddd;
overflow:auto;
}

