@charset "UTF-8";

a:link,a:active {
  color:#3f6;
}

a:hover {
  color:#36f;
}

a:visited {
  color:#9ff;
}

a img {
  border:1px solid transparent;
}

a:hover img {
  border:1px solid #ff0;
}

.value,.wall_post_body {
  color:#fff;
}

body {
  background:#0a0 url(https://img.mfcimg.com/backgrounds/10415.jpg);
  background-attachment:fixed;
  font-family:Arial,sans-serif;
  color:#ff8;
  font-size:18px;
  vertical-align:top;
}

td .clock {
  font-size:12px!important;
}

.profile_section_content {
  color:#6ff;
  padding:4px;
  border:1px solid #ff8;
  border-radius:8px;
  -moz-border-radius:7px;
  background-color:#040;
}

.profile_section_content .heading {
  padding:4px;
  margin:4px;
  background-color:#282;
  color:#6ff;
  font-family:'Trebuchet MS',Verdana,sans-serif;
  font-weight:bold;
  font-size:26px;
  border-radius:6px;
  -moz-border-radius:5px;
}

.content {
  padding:4px;
}

.profile_subsection .container,.wall_post {
  display:block;
  padding:2px;
  margin:0;
  color:#ff8;
  border-bottom:1px solid #282;
}