@charset "utf-8";
/* CSS Document */
/*  Default stylesheet use in the static template record "cSet stylesheet" */
/* TYPO3 SVN ID: $Id: defaultstylesheet.css 3437 2008-03-16 16:22:11Z ingorenner $ */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333;
}

td {
	font-size:10pt;
	color:#333;
}

a, a:visited {
	text-decoration:none;
	color:blue;
}

a:hover {
	color:#F80;
}

.smallText {
	font-size:8pt;
	color:#999;
}

.smallText a {
	font-size:8pt;
}
