/*************************************************************************
Filename: dev.css (dev.weavervsworld.com)
Author: John Urbanek

*************************************************************************/
a:link { 
   color: #0000AF; 
   text-decoration: none; }
a:visited {
   color: #0000AF;
   text-decoration: none; }
a:hover {
    /*this effect is not shown in NN4.xx*/ color: #FF0000;
    text-decoration: underline; /* background: #FFFFFF; */ }
a:active {
    /*colour in NN4.xx is red*/ color: #990000;
    text-decoration: underline; /* background: #FFFFFF; */ }

body.default {
   font: normal normal normal 10pt Georgia, Arial, sans-serif;
   background-color: #D5D5D5; }
h1 {
   font-size: 1.6em; }
h1.title{
   font-size: 1.6em; color: #000066; }
h2 {
   font-size: 1.4em; }
h2.title{
   font-size: 1.4em: color: #000066; }
img {
   border: none; }
img.border {
   border: solid 1px black; }

