p, P, li, body {color: Black; font-size: 15px; font-family: "Times New Roman", serif;  background-color : White;  line-height : 200%;  font-weight : bold;       }
A:link {color: #0000ff; text-decoration : underline;}/*normal links in the text*/
A:visited {color: #660066; text-decoration : underline;}
A:hover { color: #000099; text-decoration : underline; background: transparent;}
A:active {color: #660066; text-decoration : none;}
A.nav {
  color : Black;
  text-decoration : none; 
  background: transparent; 
  display: block; 
  width: 90px;
  text-align : center;
  }
A.nav:visited {color: Black; 
  text-decoration : none;
  background: transparent;
  display: block; 
  width: 90px;  
  }
A.nav:hover { color: Black; 
  text-decoration : none; 
  background: #FFFFCC;
  display: block; 
  width: 90px;
  }
A.navtot {color: #990000; 
  text-decoration: none; 
  FONT-WEIGHT: 500;
  background: transparent; 
  display: block; 
  width: 90px;
  text-align : center;
  }/*the actual page*/

.main{
    color : Black;
	font-family : "Times New Roman", serif;
	font-size : 15px;
	background-color : White;
	font-weight : bold;
	line-height : 40px;
	}
.maincenter{
    color : Black;
	font-family : "Times New Roman", serif;
	font-size : 15px;
	background-color : White;
	font-weight : bold;
	line-height : 200%;
	text-align : center;
}
.list{
    color : Black;
	font-family : "Times New Roman", serif;
	font-size : 15px;
	background-color : White;
	font-weight : bold;
	text-align : left;
	line-height : 13px;
}
.navbox {/*some button-like boxes for the left-side navigation*/
  font-size: 12px;
  font-weight: 500;
  font-family: sans-serif;
  background-color: #F4FB79; 
  color : Black;
	border: 1.9px none Black;
	width: 100px;
	line-height : 15px;
}
.box {/*this is a box where the bottom-navigation and the copyright will be placed*/
  background: Black;      
  color : White;
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  padding : 0px 2px;
  margin: 2px;
  border: 1px outset Black;
  text-align : center;
}
.Navigation {
    top: 0px;
	left: 0px;
	position : absolute;
    }
		
