@charset "UTF-8";

<DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-color:#FFDAF1;
  border-style:solid;
  background-size:100%;
}

.profile_section_content {
  font-family:Garamond,serif;
  font-size:18px;
  font-weight:bold;
  font-style:normal;
  color:black;
  border-style:solid;
  padding:5px;
  margin:5px;
  -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_background {
  .profile_section_contentheadingpadding:5px;
  background-color:#FFDAF1;
  font-family:Helvetica;
  font-weight:normal;
  font-style:normal;
  font-size:45px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:5;
  -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 {
}

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