/*CSS Definition für die pub.de */

body, td {
	color: White;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

span.rot {
	color: #FD8181;
	font-family: Webdings;	
	font-size: 14px;
}

span.mail {
	color: #FD8181;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
} 

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:active, a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 14px;
}

a.menu:active, a.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 16px;
}


