/* CSS Document */


/* Body Stlye Definitionen */
body
{

	background-color:#292929;
	font-family:Verdana,Century Gothic, Lucida Sans Unicode, Trebuchet MS, Georgia, Arial;
	font-size:7pt;
	color:#FFC0FF;
	margin-top:10px;
	margin-left:0px;

}

td
{


	font-family:Verdana,Century Gothic, Lucida Sans Unicode, Trebuchet MS, Georgia, Arial;
	font-size:7pt;
	color:#d0cccd;


}



/* Link Stlye Definitionen */

a:link,a:visited,a:hover,a:active
{
  color:#c0c0c0;

  font-size:7pt;
  text-decoration:none;
}







