
a.navbar, a.navbar:visited{
color:blue;
text-decoration:none;
}
a.navbar:hover{
text-decoration:underline;
}
 

.p {
 font-family: verdana, Helvetica, sans-serif;
 font-size: 10pt;
 color: #660000;
 
}
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #330066;
}
.navbar {
 font-family: verdana, Helvetica, sans-serif;
 font-size: 8pt;
 background-color: #FFFFFF;
 background-image: url('images/nav_bkg.jpg');
 background-repeat: no-repeat;
 background-position: left top;
 text-align: center
 
}
.main {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #000033;
}
.right {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #FF0000;
 text-decoration: none;
 font-weight: bold;
 
}
.navbar a:link {
 font-weight: bold;
 color: #30099;
 text-decoration: none;
}
.navbar a:visited {
 font-weight: bold;
 color: #330099;
 text-decoration: none;
}
.navbar a:hover {
 font-weight: bold;
 color: #330099;
 text-decoration: underline;
}
.navbar a:active {
 font-weight: bold;
 color: #330099;
 text-decoration: none;
}
.right a:link {
 font-weight: bold;
 color: #330099;
 text-decoration: none;
}
.right a:visited {
 font-weight: bold;
 color: #330099;
 text-decoration: none;
}
.right a:hover {
 font-weight: bold;
 color: #330099;
 text-decoration: underline;
}
.right a:active {
 font-weight: bold;
 color: #330099;
 text-decoration: none;
}