@charset "utf-8";
/* CSS Document */

#hl1 a, #hl2 a {
color:#905585;
text-decoration:none;
}

#hl1 a:hover, #hl2 a:hover {
color:#905585;
text-decoration:underline;
}

#hl1 a:active, #hl2 a:active {
color:#905585;
text-decoration:none;
}

.headlinelink{
color:#905585;
text-decoration:none;
font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
font-size:16px;
}

.headlinelink:hover{
color:#905585;
text-decoration:underline;
font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
font-size:16px;
}

.headlinelink:active{
color:#905585;
text-decoration:none;
font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
font-size:16px;
}
