body 		{ 
			background-color: #424263;
			color:#FFFF80;
			font-family:'Arial';
			font-size:12pt;
			margin-left:30px;
			}
			
			
a:link 		  {font-weight:bold; font-style:italic; text-decoration:none; color:#FFFF80;}
a:hover 	  {font-weight:bold; font-style:italic; text-decoration:none; color:#FFFF80;}
a:active 	  {font-weight:bold; font-style:italic; text-decoration:none; color:#FFFF80;}
a:visited 	  {font-weight:bold; font-style:italic; text-decoration:none; color:#FFFF80;}

#anchor:hover {font-weight:normal; font-style:normal; text-decoration:none; color:#FFFF80;}
#h2anchor:hover {font-style:normal; text-decoration:none; color:#FFFF80;}

A.ssmItems:link 	{font-weight:normal; font-style:normal; color:#FFFF80; text-decoration:none;}
A.ssmItems:hover 	{font-weight:normal; font-style:normal; color:#FFFF80; text-decoration:none;}
A.ssmItems:active 	{font-weight:normal; font-style:normal; color:#FFFF80; text-decoration:none;}
A.ssmItems:visited 	{font-weight:normal; font-style:normal; color:#FFFF80; text-decoration:none;}

h2			{
			font-size:20pt;
			text-align:center;
			margin-top:30px;
			letter-spacing:2px;
			}
			
hr			{
			color:#FFFF80;
			background-color:#FFFF80;
			height:4px;
			width:100%;
			border:0px solid red;
			margin-top:20px;
			margin-bottom:20px;
			}
			
#hrklein	{
			color:#FFFF80;
			background-color:#FFFF80;
			height:2px;
			width:50%;
			border:0px solid red;
			margin-top:8px;
			margin-bottom:8px;
			}
			
#bigfont	{
			font-size:18pt;
			}
			
#smallfont	{
			font-size:10pt;
			}
			
#news		{	
			position:absolute; top:30px; right:30px; width:500px;
			z-index:9;
			font-family:'Arial';
			color:#FFFF80;
			visibility: visible; border: 5px groove #FFFF80; padding: 12px; 
            background-color: #424263;
			}
			

#newshead	{
			font-size:30px;
			font-weight:bold;
			font-style:italic;
			}
			
#formfeld	{
			background-color:#666699;
			width:100%;
			font-family: Comic Sans MS;
			font-size:12pt;
			color:#FFFF80;
			margin:5px;
			padding:4px;
			scrollbar-base-color#666699;
			}
			
#button		{
			background-color: rgb(209,200,197);
			}
