
/*********************************************************************
 Posts.css
**********************************************************************/

/*==============================================================================*/
/*==============================================================================*/

body
{

  font-family: verdana;
  font-size:10px;
  font-weight: normal;
  
  color: #000000;
  
}

a
{

  text-decoration: none;
  
}

a:hover
{

  text-decoration: underline;
  
}

/*==============================================================================*/
/*==============================================================================*/
