/* CSS Document */
body {
margin: 5px;
background-color: #d5e9ed;
font-family: Verdana, Arial, Helvetica, sans-serif; 
}
#photo {
background-color: #999999;
}

a.main:link { font-size: 22px; text-decoration: underline; color: #132c6f; }
a.main:visited { font-size: 22px; text-decoration: underline; color: #132c6f; }
a.main:hover { font-size: 22px; text-decoration: none; color: #FFFF00; }
a.main:active { font-size: 22px; text-decoration: none; color: #FFFF00; }
a:link { color: #465209; font-size: 16px; font-weight: bold; text-decoration: underline; }
a:visited { font-size: 16px; text-decoration: underline; font-weight: bold; color: #465209; }
a:hover { font-size: 16px; text-decoration: none; color: #00CC00; font-weight: bold; }
a:active { font-size: 16px; text-decoration: none; color: #00CC00; font-weight: bold; }

.txt {
font-size: 22px; color: #FFFFFF; font-weight: bold; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin: 2px;
}

img {
border: 0px;
}

.tab {
border-left: 2px solid #132c6f;
border-right: 2px solid #132c6f;
border-bottom: 2px solid #132c6f;
border-top: 2px solid #132c6f;
}
p {
line-height: 1.6;
}

h3 {
margin: 2px;
padding: 2px;
color: #777777;
}

#num {
color: #777777;
font-size: 18px;
}
