/* Alle Links */

a {
	font-weight:bold;
  	text-decoration:none;
}
a:link {
  color:#333366;
}
a:visited {
	color:#333366;
}
a:hover {
	color:#CCCCCC;
}
a:active {}

/* Formatierung des Body */
body {
	background-color:#CCCCCC;
	/*background-image: url(elemente/bg.gif);*/
	font-family:Verdana,Geneva,Arial,Helvetica,Trebuchet MS,sans-serif;
	font-size:smaller;
	margin:0px;
}

/* Formatierung der Überschriften */
h1{font-size:1.5em;}
h2{font-size:1.25em;}
h3{font-size:1.05em;}

/* Schriftgröße für alle Tabellenzellen. */
td {
	font-size:smaller;
} 

