/* Margins und Hintergrundfarben */
body {
	margin: 20px 0px 0px 0px;
	background-color: #0000FF;
}


/* Link-Farben */
a:link    { color:#0000FF; text-decoration:underline; font-size: 110%; }
a:visited { color:#0000CC; text-decoration:underline; font-size: 110%; }
a:active  { color:#6666FF; text-decoration:underline; font-size: 110%; }

a:link.white    { color:#FFFFFF; text-decoration:underline; font-size: 90%; }


/* Fontarten */
p,ul,ol,li,div,td,th,address,blockquote,nobr,b,strong,i,em
{ 
	font-family: Times New Roman,Serif; 
/*	color: #FFFFFF; */
	line-height: 1.35em;
}


/* Fontgroessen */
small { font-size: 90%; }


/* Spezielle Schriftvariationen */
b,strong            { font-weight: bold; }
i,em                { font-style:  italic; }
