/* CSS Document */

body{
margin:0;
}

#text{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
}
#text a:link, #text a:visited, #text a:active{
	text-decoration: none;
	color: #818181;
}
#menu{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
	visibility: hidden;
}
#menu a:link, #menu a:visited, #menu a:active{
	text-decoration: none;
		visibility: hidden;

	color: #818181;
}
