
a:link {

color: #030303;
} 

a:visited {

color: #4c6a9a; }

a:hover {
color: #8c8c8c;

text-decoration: underline; }

body
  { color: #464646; font-size: 10pt; font-family: Verdana, Helvetica, Arial, sans-serif; background-color: #aabacb }
	
ul 
{
list-style-type:square}

a.navbar:link {
color: #e70500;
text-decoration: none;
font-weight: normal; }

a.navbar:visited {
color: #e70500;
text-decoration: none;
font-weight: normal; }

a.navbar:hover {
color: #555555;
font-weight: normal; }

a.navbar:active {
color: #555555;
font-weight: normal; }
background-color: #ffffff; }

.red { color: red }

