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

#primary_profile {
	background-color: #85120F;
}
#stats {
    color: #FFFFFF;
	background-color: #333333;
}
#profile_content h1 {
	color: #FFFFFF;
}
p {
	color: #F7A78C;
}
.description_txt {
   color: #F7A78C;    
}
#profile_content a {
   color: #F7A78C;
}
#profile_content a:hover {
   color: #FFFFFF; 
}