/* HTML ELEMENTS */

body, div {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: white;
font-size: 12px;
color: #0d284e;
}

a {
color: #1f5bae;
text-decoration: underline;
}

a:visited {
color: black;
text-decoration: underline;
}

a:hover {
color: black;
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; 
margin: 0px;
padding: 0px;
height: 0px;
line-height: 0px;
}
