 /* BODY STYLE S */
body {
	margin: 0;
	padding: 0;
	background: #999999;
	color: #000000;
}

p {
	font-weight: normal;
	font-size: 14px;
}

/* MAIN  LINK STYLES */
a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	color: red;
}

a:active {
	color: red;
}

 
blockquote {
	font-weight: normal;
}

td.content {
	font-weight: normal;
	font-size: 14px;
	padding: 5px 20px;
}
 
td.footer {
	font-weight: bold;
	font-size: 11px;
	padding: 10px;
}

