/*---------------------------allgemeine/ seitenweite Angaben-------------------------------*/
body {
	background-color:#990000;
	color: #ffff99;
	}


/*---------------------------text/links-------------------------------*/

a:link {
        color:#ffcc66;
        font-weight: bold;
        text-decoration: none;}

a:visited {
        color:#ffcc66;
        font-weight: bold;
        text-decoration: none;}

a:hover {
        color:#ff9933;
        font-weight: bold;
        text-decoration: underline;}

.left a:link, .left a:visited {
 	color:#ffcc66;
	font-size: 12px;
	font-weight: bold;
  	text-decoration: none;}

.left a:hover {
 	color:#ff9933;
	font-weight: bold;
  	text-decoration: underline;}
