body		{
				margin: 0;
				background-color: #DDDDDD;
			}
 
a			{
				margin: 0 0 0 5;
				color: #BBBBBB;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11pt;
				font-weight: bold;
				text-decoration: none;
				line-height: 18pt;
				text-align: center;
			}

a:hover		{
				color: #FFFFFF;
			}
