@charset "UTF-8";
/* CSS Document */
.headline { 
  font-family: 'sans-serif', 'Gill Sans', Helvetica;
  color: #c562ca;
  font-size: 45px;
  text-transform:lowercase;
  font-weight:lighter;
  margin: 0px;
}
.date { 
  color: #599fd1; 
  font-size: 12px;
  font-family:sans-serif;
  margin-bottom: 10px;   
       } 
.text{ 
       FONT-FAMILY:sans-serif;
       FONT-SIZE: 8pt; 
	   FONT-WEIGHT:lighter;
       COLOR: #FFFFFF;   
       } 
.linktext{ 
       FONT-FAMILY:sans-serif;
       FONT-SIZE: 8pt; 
       COLOR: #c562ca;
	   FONT-WEIGHT:bold;
       } 
a:link, a:visited
{
  font-weight: bold;
  text-decoration: none;
  color: #c562ca; /* link_reg_color */
}

a:hover
{
  text-decoration: none;
  color: #c562ca; /* link_hi_color */
}

a:active
{
  color: #c562ca; /* link_down_color */
}
