
/* 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:arial,sans-serif;
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;
}
/*applies to links visited and unvisited*/
#links a:hover,
#links a:active{
background-color:#000;
color:#fff;
}
#links{
float:left;
margin-left:.15em;
width:10.5em;
height:19em;
list-style-type:none;
}
#links li{
font-size:1.1em;
width:9em;
list-style-type:none;
}
#contents{
float:left;
width:26em;
height:16em;
font-size:1.2em;
margin-left:.5em;
}
#contents p{
text-indent:.25in;
}
#contents h2{
text-align:center;
color:red;
}
#weather{
float:left;
height:19em;
width:19.5em;
margin-left:.7em;
}
#weather p{
height:14.5em;
width:19em;
border:1px solid;
}
#announcement{
font-size:1.1em;
text-align:center;
margin-top:.5em;
background-color:red;
}
/*applies to announcement links visited and unvisited*/
#announcement a:hover,
#announcement a:active{
background-color:#000;
color:#fff;
}
#footer{
clear:both;
width:45.5em;
height:1.5em;
font-size:1.2em;
background-color:#ff0;
padding-left:7em;
text-align:center;
}
#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:10.3em;
height:19em;
padding:.15em;
background-color:#ddd;
overflow:auto;
}
.scrollbar2{
width:25.5em;
height:15em;
padding:.25em;
background-color:#ddd;
overflow:auto;
}

