/* CSS Document */

body, p, td {
	font-family: arial, helvetica, sans-serif;
	/*font-size: 10px;				/* Originalgroesse */
	font-size: 8pt;
}

.size2 {
	font-size: 1.25em;				/* OK fuer FF */
	/*font-size: larger;*/			/* OK fuer IE und FF */
}

a.flag {
	color: #e0e0e0;
}

a.flag:hover {
	color: #e0e0e0;
}

.flag {
	border: 1px solid #e0e0e0;
	color: #e0e0e0;
}
