/* HTML ELEMENTS */


body, p, div {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #013056;
}

a {
color: #0078d9;
text-decoration: underline;
}

a:visited {
color: #013056;
text-decoration: underline;
}

a:hover {
color: #0078d9;
text-decoration: none;
}


ul.rssnews {
margin: 0px 0px 0px 15px;
padding: 0px 0px 0px 0px;
}

ul.rssnews li {
list-style-type: square;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 10px;
font-size: 11px;
}


/*
hack to correct Containing Floats problem 
http://www.complexspiral.com/publications/containing-floats/
*/
div.clearer {
clear: both; 
line-height: 0px; 
height: 0px;
}