body {
  font-family: Arial;
}

#header{
 width:1010px;
 text-align:left;
 float: left;
 background: #0000AA;
 padding: 5px;
 margin:5px;		
 color: white;
 font-size: x-large;
}

#footer{
 width:1010px;
 text-align:left;
 float: left;
 background: #0000AA;
 padding: 5px;
 margin:5px;		
 color: white;
 font-size: x-small;
 text-align:left;
}

#frame {
  width:1035px;
  text-align:left;
}

#main {
  float: left;
  width: 655px;
  padding: 5px;
  margin:5px;
  color: #0000AA;
  font-size: normal;
}

#leftcontent {
  float: left;
  width: 140px;
  background: #0000AA;
  border: 1px #CCCCCC;
  padding: 10px;
  margin: 5px;
}

#rightcontent {
  float: left;
  width: 150px;
  background: #0000AA;
  border: 1px #CCCCCC;
  padding: 10px;
  margin: 5px;
  color: white;
  font-size: x-small;
}

#rightcontent p {
  font-size:10px;
}

#leftcontent a {
  color: Blue;
  text-decoration: none;
  font-size:12px;
  line-height:2;
}

#leftcontent a:hover {
  color: Blue;
  text-decoration: underline;
  font-size:12px;
  line-height:2;
}
#rightcontent a {
  color: White;
  text-decoration: none;
  font-size:12px;
  line-height:2;
}

#rightcontent a:hover {
  color: White;
  text-decoration: underline;
  font-size:12px;
  line-height:2;
}

#footer a {
  color: Yellow;
  text-decoration: none;
  font-size:12px;
  line-height:2;
}

#footer a:hover {
  color: Yellow;
  text-decoration: underline;
  font-size:12px;
  line-height:2;
}

h1 {
  font-size:large;
}
#smllfnt {
font-size: 9px;
}
#fett {
font-weight:bold;
}
