body {
		background: #fff;
		color: #666;
		font-size: 9pt;
		font-family:'Lucida Sans Unicode', 'Arial Unicode MS', 'Lucida Sans', 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
		padding: 100px;
		text-align: left;
		}
		
		a {
		text-decoration: underline;
		}

		#dashboard a {
		text-decoration: none;
		}

		a:link, a:visited, a:active {
		color: #666;
		}

		a:hover {
		color: #eabd00;
		}
		
		h2 {
		color: #000;
		font-size: 14pt;
		font-weight: bold;
		}

		p.message {
		font-weight: bold;
		}

		p.info {
		color: #999;
		font-size: 7pt;
		padding-top: 20px;
		}
