/* 
*  Standard StyleSheets für alle Seiten der Homepage
*
*  Aufruf im Header mit:
*  <link rel=stylesheet type="text/css" href="Standard.css"> 
*/

body			{ margin:1cm; background-color:white; font-family:Times; font-size:13pt; }

a:link		{ color:#225555; text-decoration:none; }
a:visited	{ color:#AA4444; text-decoration:none; }
a:active	{ color:#FF4444; text-decoration:none; }

ul				{ list-style-type:circle; }
