.container { 
 width:524px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 background-color:#203D41;
 
 
}            

body {
  background-color:#203D41;
  color:#FFFFFF;
  text-align:left;
  font-family:arial,helvetica,sans-serif;
  font-size:10pt;
  }

a { text-decoration: none; }
a:link, a:active { color: #fcff00;  }
a:visited { color: #ffb608; }

.desc {
 background-color: #17292C;
 text-align: justify;
 padding: 10px;
 border-bottom: 1px dashed #9A9A9A;
  
 }

.closebutton {
 margin-top: 8px;
 text-align:right;
}

