@charset "UTF-8";

.about_me + .heading + .content,.about_me + .heading {
  display:none;
}

.clock,#clock {
  display:none;
}

.interests_info {
  display:none;
}

div.content.about_me table tr:nth-child(2) {
  display:none;
}

td[style='font-size:14px;'] {
  display:none;
}

.link-twitter a {
  display:block;
  width:249px;
  height:160px;
  float:left;
  background:transparent url(http://2.bp.blogspot.com/-OOZz_rDm-ek/VNMSWG3H33I/AAAAAAAAHic/dyftTGKQNAY/s1600/twitter_purple.png) no-repeat;
  position:relative;
  margin:215px 0 0 -5px;
  text-indent:-3000px;
}

.link-twitter a:hover {
  background-position:0 -160px;
}

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:left;
  background:transparent url(http://4.bp.blogspot.com/-8FEcKkG0RtU/VNMSUS5fPsI/AAAAAAAAHiI/uv6BD3GwJcA/s1600/amazon_pink.png) no-repeat;
  position:relative;
  margin:215px 0 0 -185px;
  text-indent:-3000px;
}

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

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#9AC956;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.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;
}