html, body {
	margin: 0;
	background-color: #000; 
	background-image: url('../images/redtop.png'); 
	background-repeat: repeat-x;
}
body, tr, td  { 
	font-size: 11px; 
	font-family: verdana, sans-serif, helvetica, arial; 
	color: #ccc;
}
img { border:0; }
a:link {color: #fff; text-decoration: underline; }
a:visited {color: #fff; text-decoration: underline; }
a:hover {color: #fff; text-decoration: underline; }
a:active  {color: #fff; text-decoration: underline; }

.blog:link {color: #ccc; text-decoration: none; }
.blog:visited {color: #ccc; text-decoration: none; }
.blog:hover {color: #fff; text-decoration: underline; }
.blog:active {color: #ccc; text-decoration: none; }

.link:link { color: #fff; text-decoration: underline; }
.link:visited { color: #fff; text-decoration: underline; }
.link:hover { color: #f00; text-decoration: underline; }
.link:active  { color: #fff; text-decoration: underline; }

.title { 
	font-size: 16px; 
	font-family: verdana, sans-serif, helvetica, arial ; 
	font-weight: bold; 
	color: #fff; 
}
.form {
	width: 90%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000; 
	text-decoration: none; 
	border: 1px solid #000; 
	background-color: #ccc;
}
.button {
	width: 120px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000; 
	font-weight: bold; 
	background-color: #f00;
}
.adHeadline {
	font-size: 11px; 
	font-family: verdana, sans-serif, helvetica, arial; 
	color: #ccc; 
	text-decoration: underline;
}

.adText, .adText:link, adText:visited, .adText:hover, .adText:active {
	font-size: 11px; 
	font-family: verdana, sans-serif, helvetica, arial; 
	color: #ccc; 
	text-decoration: none;
}
.adText:hover {text-decoration: underline;}
