@charset "UTF-8";

a:link,a:active,a:hover {
  color:#043e7d;
  font-weight:bold;
}

a:visited {
  color:#043e7d;
  font-weight:bold;
}

#nv a {
  padding:11px 11px 4px 8px;
  display:block;
  float:left;
  position:relative;
  text-transform:uppercase;
  border-left:1px solid #purple;
  border-right:1px solid #purple;
  color:#FFF;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  text-shadow:0 2px 1px #purple;
}

#nv a:hover {
  font-weight:bold;
  font-style:none;
  color:purple;
  padding:11px 18px 22px 22px;
  background:#000;
  background:rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0 10px 10px 0 #000;
  -moz-box-shadow:inset 0 10px 10px 0 #000;
  box-shadow:inset 0 10px 10px 0 #000;
  text-shadow:-4px 8px 9px #puple;
  font-size:12px;
}

body {
  background-color:#ffffff;
  background-color:#a141e5;
  color:#6508bd;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://d2gg9evh47fn9z.cloudfront.net/800px_COLOURBOX3588778.jpg);
}

.profile_section_content {
  color:#666666;
  border:px #;
  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=100);
  opacity:1;
}

.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:#BCEC76;
  color:#FFFFFF;
  font-family:'Verdana';
  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;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

.tipMenu {
  background-color:#77DD77;
  width:500px;
  color:#c74fef;
  font-size:20px;
  border-style:solid;
  border-width:5px;
}

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:left;
  background:transparent url(http://3.bp.blogspot.com/-lMUoQcQpZME/VNMSUt885qI/AAAAAAAAHiM/rORCuMHm3qY/s1600/amazon_purple.png) no-repeat;
  position:relative;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -140px;
}