@charset "UTF-8";

a:link,a:active,a:hover {
  color:#800909;
}

a:visited {
  color:#4d1a1a;
}

body {
  background-color:#ffffff;
  background-color:#1a2b2b;
  color:#000000;
  font-family:'Arial';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.toline {
  display:inline-block;
  width:440px;
  height:110px;
  background:url(https://mfcdesign.files.wordpress.com/2014/04/tps.png) no-repeat;
}

.toline:hover {
  display:inline-block;
  width:440px;
  height:110px;
  background:url(https://mfcdesign.files.wordpress.com/2014/04/tps1.gif) no-repeat;
}

.amazon {
  display:inline-block;
  width:440px;
  height:110px;
  background:url(https://mfcdesign.files.wordpress.com/2014/04/amz.png) no-repeat;
}

.amazon:hover {
  display:inline-block;
  width:440px;
  height:110px;
  background:url(https://mfcdesign.files.wordpress.com/2014/04/amz1.gif) no-repeat;
}

.profile_section_content {
  color:#000000;
  border:1px solid #000000;
  padding:5px;
  margin:5px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#ffffff;
  filter:alpha(opacity=0.5);
  opacity:.5;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#1a2b2b;
  color:#FFFFFF;
  font-family:'Arial';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}