@charset "utf-8";
/* CSS Document */
body       {
		   text-align: center;
  	       }

#container {
	margin: 8px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	border: 1px solid black;
	width: 760px;
	background-color:#ffffff;
}
.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
a.menu:link {color: #FFFFFF}
a.menu:visited {color: #FFFFFF}  /* visited link */
a.menu:hover {color: #FFFFFF}   /* mouse over link */
a.menu:active {color: #FFFFFF}   /* selected link */

