@charset "UTF-8";

<!DOCTYPE html>
<html lang="ro">
<head>
<meta charset="UTF-8">
<title>Exemplu roz mov</title>
<style>
a:link,a:active,a:hover {
  color:#D46ABF;
  text-decoration:none;
}

a:visited {
  color:#B04F9A;
}

body {
  background-color:#F8E1F4;
  color:#5A2A5A;
  font-family:'Verdana',sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#5A2A5A;
  border:none;
  padding:5px;
  margin:5px;
  border-radius:5px;
  box-shadow:0 0 5px #B04F9A;
}

.profile_section_background {
  background-color:#FFFFFF;
  opacity:1;
}

.img_radius_shadow {
  border-radius:0;
  box-shadow:0 0 5px #B04F9A;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#D46ABF;
  color:#FFFFFF;
  font-family:'Verdana',sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  border-radius:0;
  box-shadow:none;
  text-shadow:none;
}

.content {
  padding:5px;
}

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