/* CSS Stile für die Seite www.mediagraph.de */
/* erstellt von Dennis Stelloh */

BODY      {
			background-color:#FFFFFF;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:14;
			font-weight: bold
			color:#000000;
			
			scrollbar-face-color:#FFFFFF; 
			scrollbar-highlight-color:#006699; 
			scrollbar-shadow-color:#006699; 
			scrollbar-3dlight-color:#006699; 
			scrollbar-arrow-color:#006699; 
			scrollbar-track-color:#FFFFFF; 
			scrollbar-darkshadow-color:#006699;
          }

A:link    {text-decoration: none; color:#000000; font-size:14; font-weight: bold;}
A:visited {text-decoration: none; color:#000000; font-size:14; font-weight: bold;}
A:active  {text-decoration: none; color:#000000; font-size:14; font-weight: bold;}	
A:hover   {text-decoration: underline; color:#006699; font-size:14; font-weight: bold;}