body {
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:small;
 font-style:normal;
 color:black;
 background-color:#ccccff;
}

strong {
 font-weight: bold
}

h1 { 
 font-family:Verdana,Arial,Helvetica,sans-serif; 
 font-size:large; 
 font-weight:bold; 
 color:black;
}
h2 { 
 font-family:Verdana,Arial,Helvetica,sans-serif; 
 font-size:medium; 
 font-weight:bold; 
 color:black;
}
h3 { 
 font-family:Verdana,Arial,Helvetica,sans-serif; 
 font-size:small; 
 font-weight:bold; 
 color:black;
}

a {
 font-family:Verdana,Arial,Helvetica,sans-serif; 
 font-size:small; 
 font-style:normal; 
 font-weight:normal; 
 color:blue;
 text-decoration:underline;
}
a:visited {
 color:purple;
}

.navbar {  
 font-family:Verdana,Arial,Helvetica,sans-serif; 
 font-size:small; 
 font-weight:bold;
 color:black; 
 text-decoration:underline;
}
a:link.navbar {  
 font-weight:bold; 
 color:black; 
 text-decoration:none;
}
a:visited.navbar {  
 font-weight:bold; 
 color:black; 
 text-decoration:none;
}
a:hover.navbar {  
 font-weight:bold;
 color:black; 
 text-decoration:underline;
}
.navbar-divider {  
 font-weight:bold;
 color:gray; 
}

.bulleted {
 text-indent:0;
 margin-left:0;
}

.quote {
 color:#222222;
 font-size:smaller;
 font-style:italic;
 font-stretch:condensed;
}

.smallprint {
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:x-small;
 font-style:normal; 
 color:black;
}

.monospace {
 font-family:"Courier New",Courier,monospace;
}

.endnote {
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:x-small;
 font-style:normal; 
 color:black;
}
a:link.endnote {
 color:purple;
 text-decoration:underline;
}
a:visited.endnote {
 color:purple;
 text-decoration:underline;
}
a:hover.endnote {
 color:purple;
 text-decoration:underline;
}

.footer {
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:x-small;
 font-style:normal; 
}
