@charset "UTF-8";

a:link,a:active,a:hover {
  color:#3217b1;
}

a:visited {
  color:#4860d1;
}

#header_bar {
  display:none;
}

#unix_last_login_container {
  display:none;
}

#unix_last_updated_container {
  display:none;
}

body {
  width:900px;
/*Adjust the size of your centered content. 900-1024 px is recommended*/
  margin:0 auto;
  background-color:#ffffff;
  background-color:#b875c9;
  color:#1299de;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:21px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/backgrounds/10621.jpg);
}

.profile_section_content {
  color:#1299de;
  border:2px groove #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -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=85);
  opacity:.85;
}

.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:#6e5bb1;
  color:#00a9ff;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:19px;
  -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:-3px -3px 2px #777777;
  -moz-text-shadow:-3px -3px 2px #777777;
  text-shadow:-3px -3px 2px #777777;
}

.content {
  padding:5px;
}

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

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

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

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

.amazon:link {
}

.amazon:hover,.toline:hover {
  -webkit-transition:ease-in-out .5s;
  -moz-transition:ease-in-out .5s;
  transition:ease-in-out .5s;
  -o-transition:ease-in-out.5s;
  -ms-transition:.5s;
}