/* CSS Document */
a:link {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

.grey {
	color:#666666;
	font-size:14px;
}
.ltbrown {
	color:#f5d8b7;
}

body{
   background:#ffffff;
}

.content {
	width: 100%;
	height: auto;
	left: 50%;
	margin-top: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration:none;
} 

