body, div, p, blockquote, ol, ul, dl, li, dt{
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
      color : #CCCCCC; 
      font-weight : 300; 
      font-size : 13px;
	background: transparent;
}

/* L, UL, DL {font-size: 13px;} */
/*font-family is already defined, here I only set the font-size*/
/* P OL, P UL, P DL, OL UL {font-size: 13px;} */
/*and here the I prevent the incredible shrinking text */

TH {
background-color : #858585;
}

TD {
      color : #CCCCCC;
}

A:link { 
text-decoration: none; 
color: #C8C7BC;
}

A:visited {
text-decoration: none; 
color: #ffffff;
}

A:active { 
text-decoration: none; 
color: #C8C7BC
}

A:hover {
text-decoration: none; 
color: #858585;
}

.sectitle {
	font-size : 30px;
}

.newstitle { 
  color: #825737; /*this is for small text*/
  background: transparent;
  font-size : 18px;
}
.newscontent {
  color: #CCCCCC; /*this is for small text*/
  background: transparent;
  font-size : 14px;
}


BODY {
      background-color : #000000;
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : #CCCCCC;
      margin: -10px 0px 0px -10px; 
}
.Header {
    margin-top: 10px;
    margin-left: 160px;
 }

.Navigation {
    
    /*The navigation on the left side, positioned absolutely*/
    position:absolute;
    top: 113px; 
    left: 3px;
    width: 135px;
    height: auto;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    /* line-height : 110%; */
    /*line-height set to 110% in order to*/
    /*have the navigation elements better separated*/
}

.Content {/*this is the main content area*/
    background: #000000;
    /*declare a color together with a contrasting background color*/
    color: #CCCCC; /*to insure readability*/
    margin-left: 140px;
    /*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    width: auto;
    /* border: 0.1px solid #FFFFFF; */ 
   /*to insure that NN4.xx renders the background-color of the content area*/
 }                  

.box {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  color : #825737;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 2px;
  margin: 10px;
  border-color : #858585;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
  margin-left: 14px;
  margin-right: 60px;/*breathing space for the text*/
 }





































