body {
color: #041B7B;
background-color: #050A5B;
}
a:link, a:visited {
color: #041B7B;
text-decoration: none;
}
a:hover {
color: #041B7B;
text-decoration: underline;
}
img {
border: 0px;
}
h1 {
width: 150px; 
text-align: center; 
margin: 5px 0px 5px 0px;
}
h2 {
text-align: center;
margin: 0px;
}
p.summary {
margin: 0px 0px 10px 0px;
font-size: 9pt;
}
#page {
width: 600px; 
height: 400px; 
-moz-border-radius: 10px; 
background-color: #FFF; 
position: absolute; 
left: 50%; 
margin-left: -300px; 
top: 50%; 
margin-top: -200px; 
border: 5px ridge #CCC; 
padding: 10px;
}
#nav {
width: 150px;
color: #ABAED1;
float: left;
clear: both;
background-color: #000;
padding: 5px 0px 5px 0px;
-moz-border-radius: 5px;
margin-right: 20px;
}
#nav dt {
display: block;
height: 50px;
line-height: 50px;
padding-left: 10px;
background: #000 url(../img/link_bg.gif) repeat-x bottom;
}
#nav a:link, #nav a:visited {
color: #ABAED1;
text-decoration: none;
}
#nav a:hover {
color: #ABAED1;
text-decoration: underline;
}
a.certificate:link img, a.certificate:visited img {
border: 3px solid #041B7B;
}
a.certificate:hover img {
border: 3px solid #ABAED1;
}
