 

@import url(blue.css);
#container{
  width : 720px;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  text-align : left;
}
#menu{
  width : 140px;
  float : left;
  
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  
  background-repeat : repeat;
  background-attachment : fixed;  

  font-size : 0.8em;
}
#main{
  width : 520px;
  float : right;  
  
}
#footer{
  clear : both;
  font-size : 0.8em;
  font-weight : normal;
  border-top-style : double;
  border-top-color : gray;
}
H1{
  font-size : 1.2em;
  font-weight : bold;
  border-bottom-width : medium;
  border-bottom-style : double;
  border-bottom-color : gray;
}
#menu H2{
  font-size : 1em;
  
  color : white;
  background-color : #3366cc;
  padding-left : 3px;
  text-align : center;
  padding-top : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  
  
}
A:visited{
  
  padding-left : 0px;
  
  text-align : left;
  font-weight : normal;
  color : #0099cc;
  text-decoration : none;
}
#main H2{
  font-size : 1em;
  padding-left : 5px;
  border-left-width : medium;
  border-left-style : none;
  border-left-color : gray;
  padding-bottom : 5px;
  border-bottom-width : thin;
  border-bottom-style : dotted;
  
  color : maroon;
  
  
  font-family : Verdana,sans-serif;
  
  

  
  font-weight : bold;
  border-bottom-color : gray;
  
}
BODY{
  font-family : Verdana,sans-serif;
  text-align : center;
}
#main H3{
  font-size : 0.8em;
  
  color : black;
  padding-left : 5px;
  border-left-width : medium;
  border-left-style : double;
  border-left-color : olive;
  font-weight : normal;
}
P{
  font-size : 0.8em;
  line-height : 120%;
  
  padding-top : 3px;
  padding-left : 5px;
  padding-right : 3px;
  padding-bottom : 3px;
}
A:link{
  color : #0099cc;
  text-decoration : none;
}
#main P{
  line-height : 150%;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  font-size : 0.8em;
}
.Class{
  font-size : 0.8em;
  
  
  padding-left : 3px;
  line-height : 120%;
  
  padding-top : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  list-style-type : square;
  

  
  background-color : silver;
  
}
LI{
  list-style-position : inside;
}
A:hover{
  color : #0099cc;
  background-color : #e6e6e6;
}
