/*********************************************
   CSS for 
*********************************************/

/* GENERAL SETTINGS---------------------------------------------------------------------- */
body {
   background: white;
   font-family: Verdana, arial, sans-serif;
   font-size:16px;
   line-height: 18px;
   overflow-x: hidden;
   max-width:auto;
   margin: 0 auto;
}


a:link, a:visited, a:active, a:hover {
    text-decoration: underline; 
}

.content{
  max-width: 600px;

}

/* HEADER---------------------------------------------------------------------- */

/* FOOTER---------------------------------------------------------------------- */

#footer {

}

