body, td {
text-align: left; /* center things in pre-IE6 */
background: url (images/bg.jpg) #f7f7f7;
font-family: Verdana, Arial, Sans-Serif;
font-size:10px;
line-height: 15px;
font-color:#000000;
}

h1 {
text-align: left;
color: #4c4e50;
font-size: 13px;
font-style: italic;
font-family: arial, verdana, sans-serif;
letter-spacing: 5px;
text-transform: uppercase;
padding-left: 50px;
margin-top: 0px;
margin-bottom: 10px;
}

h1:first-letter {
font-size: 16px;
color: #558cb3;
font-weight: bold;
font-style: italic;
text-transform: uppercase;
}

u {
font-size: 11px;
color: #4c4e50;
border-bottom : 1px solid #558cb3;
text-decoration : none;
}

b { 
color: #4c4e50;
}

i { 
color: #558cb3; 
font-size: 11px;
font-style:italic;
}

blockquote {
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
border-left: 10px solid #558cb3;
text-align: justify;
background-color: #cccccc;
color: #000000;
font-size: 10px;
font-family: Verdana, Arial, Sans-Serif;
font-weight: normal;
line-height: 14px;
padding: 4px;
padding-top:5px;
padding-bottom:8px;
}

a:link, a:visited, a:active {
color: #4c4e50; 
font-size: 10px;
font-family: arial, verdana, sans-serif;
line-height: 17px;
text-decoration: none;
text-transform: uppercase;
border-bottom: 0px;
}

a:hover {
color: #558cb3;
font-family: arial, verdana, sans-serif;
text-decoration: none;
font-size: 10px;
font-style: italic;
border-bottom: 0px;
}

#navigation {
   list-style: none;
   margin: 0; padding: 0;
}

#navigation li {
   float: left;
}

#navigation li a {
   display: block;
   background: #cccccc;
   width: 149px;
   height: 20px;
   text-align: center;
   color: #558cb3;
   padding: 20px 0;
   font-size: 12px;
   font-style: italic;
   font-family: arial, verdana, sans-serif;
   letter-spacing: 2px;
   text-transform: uppercase;

   
}
#navigation li a:hover {
   background: #558cb3;
   color: #b9b9b9;
}