.content {
width: 400;
}

p, table {
font-family:Arial, Helvetica, sans-serif;
color: #999999;
font-size: 14px;
font-weight: bold;
}

.lighter_text {
color:#CCCCCC;
}


a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #333333;
}
a:active {
	color: #999999;
}
