body{
  margin:0;
  padding:0;
}
#text{
  display: none;
}

#normalText{
  color:#0E0E0E;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	/*overflow: scroll;*/
}

#copyright{
  color:#ccc;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	/*overflow: scroll;*/
}



a { color: #8d8d8d; text-decoration: none;}

a:hover, a:active { color: #ccc; /*border-bottom-style: solid;*/ }

