@charset "UTF-8";

a:link,a:active,a:hover a:link {
  color:red;
  text-decoration:none;
  background-color:none;
}

a:visited {
  color:red;
}

a:hover {
  color:white;
}

body {
  background-image:linear-gradient(purple,black,purple);
  background-position:25% 75%;
  background-attachment:fixed;
  background-color:#d05ef6;
  color:white;
  font-family:'Comic sans ms';
  font-weight:normal;
  font-style:normal;
  font-size:22px;
  text-align:justify;
}

.profile_section_content {
  color:white;
  border:0 double white;
  padding:30px;
  margin:0;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #eb0a0a;
  -moz-box-shadow:0 0 0 #eb0a0a;
  box-shadow:0 0 0 #eb0a0a;
}

.profile_section_background {
  background-color:transparent;
  background-color:black;
  filter:alpha(opacity=0);
  opacity:0;
}

.img_radius_shadow {
  border-radius:70px;
  box-shadow:5px 5px 20px white;
}

.profile_section_content .heading {
  text-align:center;
  padding:0;
  background-color:#0;
  color:white;
  font-family:'Cursive';
  font-weight:24px;
  font-style:italic;
  font-size:50px;
  text-shadow:5px 5px 10px white;
}

.content {
  padding:100px;
}

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