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

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