* {

  margin: 0px;

  padding: 0px;

}

body {

    font-size: 1em;

	font: 96% Arial, Helvetica, sans-serif;

	background-color: #B5C1FD ;

}

#top {

	margin: 0.5em 20px 0.5em 0.5em;

	padding: 5px;

	border-bottom: 1px dotted navy;

	color: #666666;

	}

	#top ul {

	}

	#top ul li {

		display: inline;

		margin: 10px;

	}	

#top a {

font-weight: normal;

padding: 2px 5px;

}

#top a:link, #top a:visited {

color: #666666;

}

#top a:hover, #top a:focus, #top a:active {

color: red;

background: navy;

}	

#fuss {

	position: relative;

	bottom: 20px;

	right: 20px;

	text-align: right;

	color: #333333;

	border-bottom: 1px solid white;

	width: 340px;

	clip:  rect(auto auto auto auto);

	float: right;

}

#menu {

	position: absolute;

	top: 56px;

	left: 18px;

	margin: 5px;

	padding: 15px;

	width: auto; 

	background-color: #9999FF;

	color: navy;

	border: 1px solid #6633DD;

	font-size: 80%;

	}

#menu ul {

   margin: 5px; 

   padding: 0px; 

} 

#menu ul li {

   margin: 5px; 

   padding: 0px; 

} 

#menu ul li ul {

   margin: 5px; 

   padding: 0px;

}   

#menu a {

font-weight: normal;

padding: 2px 5px;

}

#menu a:link, #menu a:visited {

color: navy;

border-color: #fff #A6B8C1 #bbb #fff;

}

#menu a:hover, #menu a:focus, #menu a:active {

color: red;

background: navy;

border-color: #aaab9c #ba0440 #fff #ccc;

}



#text {

	margin: 20px 20px 20px 230px;

	padding: 5px;

	padding-top: 1em;

	font-size: 100%;

	color: navy;

	text-align: justify;	

	}

#text a {

font-weight: normal;

color: #0000FF;

}

#text a:link

{

color: #0066FF;

}

#text a:visited

{

color: #0099CC;

}

#text a:hover, #text a:focus, #text a:active {

color: yellow;

background: red;

}

#text ul {

   margin: 5px; 

   padding: 0px; 

} 

#text ul li {

   margin: 5px; 

   padding: 0px; 

} 

#text ul li ul {

   margin: 5px; 

   padding: 0px;

}   
