.nav  	{
  		background-color: #99CCFF;
  		border: 1px #666666 solid;
  		width: 150px;
  		margin-top: 2px;
  		margin-left: 2px;
  		padding: 2px;
  		text-align: center;
  		}
.button {
		font-size: 9pt;
		font-weight: bold;
		text-align: center;
		margin-bottom: 2px;
		margin-top: 2px;
		}
.button a:link {
		text-decoration: none;
		color: #000000;
		background-color:#33ccff;
		}
.button a:visited {
		text-decoration: none;
		color: #000000;
		background-color:#33ccff;
		}
.button a:hover {
		background-color: #0099cc;
		color: #000000;
		border-top: 3px #31557f solid;
		border-left: 3px #31557f solid;
		border-bottom: 3px #cce3ff solid;
		border-right: 3px #cce3ff solid;		}
.button a {
		padding: 2px;
		width: 98%;
		display: block;
		color: #224059;
		background-color:#33ccff;
		border-top: 3px #cce3ff solid;
		border-left: 3px #cce3ff solid;
		border-bottom: 3px #31557f solid;
		border-right: 3px #31557f solid;
		}