body {
background: #EEEEEE;
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 12px;
text-align: center;
color:#424242;
}
a, a:link, a:active, a:visited {
color: #25747B;
text-decoration:none;
}
a:hover {
color: #5D7698;
text-decoration:underline;
}
.nav1 {
border-right:1px solid #1A4F54; 
border-left:1px solid #1A4F54;
}
.nav2 {
border-right:1px solid #1A4F54;
}
.header {
height:22px; 
border-top:1px solid #1A4F54; 
border-bottom:1px solid #1A4F54; 
background-color:#25747B; 
background-repeat:repeat-x; background-color:#25747B;
font-size: 10px;
font-weight: bold;
text-transform:uppercase;
}
.header a {
color: #EEEEEE;
text-decoration:none;
}
.header a:hover {
color: #76CED6;
text-decoration:none;
}
.alphabet {
font-size: 12px;
font-weight: bold;
background: #25747B;
}
.alphabet a {
color:#EEEEEE;
display: block;
text-decoration: none;
padding-top: 3px;
padding-bottom: 3px;
border-right: 1px solid #1A4F54;
width:100%;
background: #25747B;
}
.alphabet a:hover {
background-color: #76CED6;
color: #25747B;
}
.content
{
font-family: Arial;
font-size: 12px;
color: #000000;
padding: 5px;
background: #ffffff;
}
h1 {
color: #25747B;
font-family: Arial;
font-size: 14px;
font-weight:normal;
padding:3px 3px 3px 3px;
margin: 3px;
border-bottom: solid 1px #25747B;
}
p {
margin: 5px 0 5px 0;
font-family: Arial;
font-size: 12px;
color: #000000;
padding: 5px;
background: #ffffff;
}