@charset "UTF-8";

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

a:visited {
  color:#fcf9f9;
}

body {
  background-color:#ffffff;
  background-color:#9AC956;
  color:#fe7c7c;
  font-family:'Georgia';
  font-weight:normal;
  font-style:normal;
  font-size:26px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/315/31593066/106-641-764-222-12194903.jpg);
}

.profile_section_content {
  color:#fe7c7c;
  border:0 none #;
  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:#f80760;
  filter:alpha(opacity=90);
  opacity:.9;
}

.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:#ec7676;
  color:#FFFFFF;
  font-family:'Georgia';
  font-weight:normal;
  font-style:normal;
  font-size:34px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #fefbfb;
  -moz-box-shadow:0 0 0 #fefbfb;
  box-shadow:0 0 0 #fefbfb;
  -webkit-text-shadow:0 0 0 #fffcfc;
  -moz-text-shadow:0 0 0 #fffcfc;
  text-shadow:0 0 0 #fffcfc;
}

.content {
  padding:5px;
}

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

<style type="text/css">
.tweetbutton {
  inherit:none;
  height:16px;
  display:inline-block;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
/* gradient background -- thanks http://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/ */
  background:url(https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png) no-repeat 2px 1px,-ms-linear-gradient(top,#FEFEFE 0%,#DFDFDF 100%);
  background:url(https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png) no-repeat 2px 1px,-moz-linear-gradient(top,#FEFEFE 0%,#DFDFDF 100%);
  background:url(https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png) no-repeat 2px 1px,-o-linear-gradient(top,#FEFEFE 0%,#DFDFDF 100%);
  background:url(https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png) no-repeat 2px 1px,-webkit-gradient(linear,left top,left bottom,color-stop(0,#FEFEFE),color-stop(1,#DFDFDF));
  background:url(https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png) no-repeat 2px 1px,-webkit-linear-gradient(top,#FEFEFE 0%,#DFDFDF 100%);
  border:1px solid #cccccc;
  padding-left:22px;
  padding-right:4px;
  padding-top:2px;
  font-weight:bold;
  font-size:.7em;
  font-family:Arial;
  color:#333333;
  text-decoration:none;
}

.tweetbutton:hover {
  background:url(https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png) no-repeat 2px 1px,-ms-linear-gradient(top,#f7f7f7 0%,#d9d9d9 100%);
  background:url(https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png) no-repeat 2px 1px,-moz-linear-gradient(top,#f7f7f7 0%,#d9d9d9 100%);
  background:url(https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png) no-repeat 2px 1px,-o-linear-gradient(top,#f7f7f7 0%,#d9d9d9 100%);
  background:url(https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png) no-repeat 2px 1px,-webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(1,#d9d9d9));
  background:url(https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png) no-repeat 2px 1px,-webkit-linear-gradient(top,#f7f7f7 0%,#d9d9d9 100%);
}