@charset "utf-8";
/* CSS Document */

#primary_profile {
	background-color: #000000;
}
#stats {
    color: #CCCCCC;
	background-color: #333333;
}
#profile_content h1 {
	color: #FFFFFF;
}
p {
	color: #CCCCCC;
}
.description_txt {
   color: #CCCCCC;    
}
#profile_content a {
	color: #CCCCCC;
}
#profile_content a:hover {
   color: #FFFFFF; 
}