/* CSS Document */
body {
	background-color: #000000;
	background-image: url(image/bg.png);
	background-repeat: repeat-x;
	font-family:Verdana;
	font-size:10px;
	color:#3f3f3f;
	margin:0px;}

.chaosstyle {
	background-color: none;
	border: 0;
	font-family: Verdana;
	font-size: 10px;
	margin-top: 200px;
	text-align: center;
}

.blog, .blog:link { /* normal und link */
	background-color: none;
	border: 0;
	font-family: Verdana;
	font-size: 10px;
	color: #272727;
	margin-top: 25px;
	text-align: center;
}
	
.a {
   color:#3f3f3f;
   font-weight: bold;
   text-decoration:none;
   font-family: Verdana;
   font-size: 10px;}
   
a:link { /* standart */
	color : #3f3f3f; 
	text-decoration : none;
	font-family : Verdana;
	font-size : 10px;}
	
a:visited { /* besucht */
	color : #3f3f3f;
	text-decoration : none;
	font-family : Verdana;
	font-size : 10px;}
	
a:hover { /* hover */
	color : #ff0080;
	text-decoration : none;
	border-bottom:1px dashed #ff0080;
	font-family : Verdana;
	font-size : 10px;}
	
a:active { /* gerade aktiv */
	color : #ff0080;
	text-decoration : none;
	border-bottom:1px dashed #ff0080;
	font-family : Verdana;
	font-size : 10px;}