a{
 text-decoration:none;
 color:firebrick;
 }
 a:hover{
 text-decoration:underline;
 color:black;
 }
 a:visited:{
 text-decoration:none;
 color:#600310
 }
  #main {
  margin:auto;
  width:50em;}

  #header {
    border-bottom: 2px solid #CCCCCC;
  }
  #header h1 {
  	  font-family: "Trebuchet MS","Verdana", sans-serif;
        margin: 0ex;
	font-size: 250%;
      	font-weight: 100;
	color:firebrick;
	letter-spacing: 0.1em;
  }
  #header a{
	text-decoration:none;
	color:firebrick;
  }

 #headerbar {
 border-bottom: 2px solid #CCCCCC;
 }
 
 
  #footer { border-top: 2px solid #CCCCCC;}
  #body {
    margin:1em;
	margin-left:11em;
  }

  #menu {
	float: left;
	width: 10em;
    padding: 0em .5em;
    margin-top:1em;
  }
  #newsbox{
	font-size:75%;
 }
 #newsbox h2{
	font-weight:normal;
	font-size:100%;
 }

  .bar {
	clear: both;
	padding: 3px;
	font-size: 90%;
 }

  .left, .right {
    padding: 0px 1em;
  }

  .left {
	float: left;
	text-align: left;
  }

  .right {
	float: right;
	text-align: right;
  }

  /* styling the menu */

  #menu a {
	text-decoration: none;
	color:firebrick;
  }

  #menu a:hover {
	text-decoration: underline;
	color:black;
  }

  #menu .webgen-menuitem-selected {
	border-left: 3px solid black;
  }

  #menu ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 10px;
  }

  #menu li > ul {
	font-size: 95%;
  }

  #menu li {
    margin: 0.0em 0px;
    padding: 2px 0px;
    padding-left: 5px;
    border-left: 2px solid #CCCCCC;
  }
h2{
 font-family: "Trebuchet MS","Verdana", sans-serif;
 letter-spacing: 0.1em;
 font-weight: 100;
}
body{

}