 /* 	
	$Name: style.css $
	$Header: FaMe/Installation/Release/homepage/style.css $
	$Workpath: FaMeC43/Entwicklung/hp36z/style.css $ 
	$Revision: 2.0 $      
	$Author: Ralph Müller (V 1.0); Malte Gutzeit(V 2.0)$
	$Date: 20.04.07$
	$Content: CSS - Style für die HP $
	*/



/* CSS Document */

* {Color:black;
   Font-family:Arial;
   Font-size:13px;
   }

a:link {Color:black;
        text-decoration:none;
        }

a:visited {Color:black;
		   text-decoration:none;
		   }

a:active {Color:brown;
		  text-decoration:none;
		  }

a:hover {Color:46ee56;
		 text-decoration:none;
		 }

a:focus {Color:white;
		 text-decoration:none;
		 }
		 
		 
		 
