/* basic elements */
body { 
     width:99%;
     color:black;
     background:white;
     font-size: medium;
}


p { 
     text-align: justify;
     font-size: medium;
}


h1 { 
	margin-top: 0px; 
	margin-bottom: 40px; 
	font-weight: bold; 
	color: white;
	background: #006600;
	text-align: center;
}


a:link { 
	font-weight: bold; 
	color: black;
	background: white;
}

a:visited { 
	font-weight: bold; 
	color: #003366;
	background: white;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #999999;
	background: white;
}


td.button {
  font-weight: bold; font-size: large;
  padding: 10px;
  margin: 10px;
  background: grey; colour: white;
}

td.button a:link, td.button a:visited, td.button a:hover, td.button a:active {
  text-decoration: none;
  background: grey; colour: white;
}






#maintext {
	margin-top:1em;
	padding-bottom:1em;
        padding-top:2em;
        padding-left:2em;
        padding-right:2em;
	margin-bottom:4em;
        margin-left:16em;
        margin-right:1em;
	font-family:geneva, helvetica, arial, sans-serif;
	font-size: medium;
	border-style:ridge;
}



#maintext h1 { 
        padding-left:0em;
        padding-right:0em;
}









#menu { 
        width:12em;
        position:absolute;
        top:0;
	color:#FFFFFF;
	background:#006600;
	font-family:geneva, helvetica, arial, sans-serif;
	border-color:#33FF66 #003300 #003300 #66CC66;
	margin:1em;
	border-width:10px;
	border-style:solid;
}



#menu a:link { 
      font-weight: normal;
      text-decoration: none;
      color: #99FF66;
      background: #006600;
      font-weight:bold;
}

#menu a:visited { 
      font-weight: normal;
      text-decoration: none;
      color: #99FF66;
      background: #006600;
      font-weight:bold;
}

#menu a:hover { 
	text-decoration: underline; 
	color: #FFCC33;
	background: #006600;
	font-weight:bold;
}


#menu a:active { 
	text-decoration: underline; 
	color: #FFCC33;
	background: #006600;
	font-weight:bold;
}


#menu def {
      	background:white;
	color:#006600;
        padding-left:0em;
        padding-right:0em;
	margin-bottom:0px; 
}

#menu em {
	color:white;
	background: #006600;
}







#menu2 { 
      color:#006600;
      background: white;
}


#menu2 def {
      color:#006600;
      background:white;
}


#menu2 a:link { 
      color: #003300;
      background:white;
}

#menu2 a:visited { 
      color: #003300;
      background:white;
}

#menu2 a:hover { 
      color: #990000;
      background:white;
}


#menu2 a:active { 
      color: #990000;
      background:white;
}





#bottom {
	color:#707070;
	background: white;
	text-decoration:none;
	font-size:smaller;
	font-family:geneva, helvetica, arial, sans-serif;
	text-align: center;
}

#bottom a:link { 
	color: black;
	background: white;
}
#bottom a:visited { 
	color: black;
	background: white;
}



