/* HTML ELEMENTS */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

a {
color: #22498e;
text-decoration: underline;
}

a:visited {
color: gray;
text-decoration: underline;
}

a:hover {
color: #deb607;
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;
}

/*
hack to correct Containing Floats problem 
http://www.complexspiral.com/publications/containing-floats/
*/
div.clearer {
clear: both; 
}






