a:link      { text-decoration: none; color: #CC0000; }
a:visited   { text-decoration: none; color: #CC0000; }
a:active    { text-decoration: none; color: #CC0000; }
a:hover     { text-decoration: UNDERLINE; color: #CC0000; }

a.title:link      { text-decoration: none; color: #FFFFFF; }
a.title:visited   { text-decoration: none; color: #FFFFFF; }
a.title:active    { text-decoration: none; color: #FFFFFF; }
a.title:hover     { text-decoration: none; color: #FFCC00; }

body {
	color: #660033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body.main { margin: 5px; }