
body { 
  background-color: #cccccc;
  background-image: url(http://puu.sh/9GhDF/55f2be3c19.jpg) !important;
  background-repeat: repeat-y;
  color: #0066cc; 
} 
.profile_text { 
  color: #0066cc;
} 
a, a:visited, a:active, .profile_text a, .profile_text a:visited, .profile_text a:active { 
  color: #ff0000;
  text-decoration: none;
}
.profile_text a:hover, a:hover {
  color: #ff0000;
  text-decoration: underline;
}
