/* An attempt to simplify dwstyle1.css without making any real difference  */
/* NN doesn't seem to cascade so need to extend the body to also cover p etc. see H1,... too */

BODY, P, TD, TH, FORM, UL, OL, H1, H2, H3, H4, H5, H6{font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; background: #ccccff ; color : #000099; }

A:link    {color : #0000FF ;  }
A:visited {color : #800080 ;  }
A:active  {color : #FF0000}
				
H1 {font-weight   : bold;   font-size     : 200%;}
H2 {font-weight   : bold;   font-size     : 150%; }
H3 {font-weight   : bold;   font-size     : 117%;}
H4 {font-weight   : bold;   font-size     : 100%;}

/* .dwBookTitle {font-size : 125%; font-weight : bold ; font-style : italic} */

.navbar, .btnbar {font-size: 100%; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; background: #99cc99 ; color : #000099; padding: 2px;}
.sitebar {font-size: 80%; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; background: #99CC99 ; color : #000099; padding: 2px;}

.sitebar2 {
font-size: 80%;
font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
border-top: solid; 
border-top-width: 0.1em;
border-bottom: solid; 
border-bottom-width: 0.3em;
border-color : #ccccff ; 
background: #ccccff ; 
color : #000099
padding: 0.2em;
width: 100% ;
}

.sitehead {font-weight : bold ; font-size : 200%;}
.siteem {font-weight : bold }
.sitefoot {font-size: 75%; }
.signit {font-size : 150%; font-weight : bold ; font-style : italic}
.signature {font-size : 100%; font-weight : bold ; font-style : italic}

.gutters {margin-left: 5%; margin-right: 5%;}
.stepin {margin-left: 5%;}

.flrt {float:right; text-align:left;}
.drk {background: #99cc99 ; color : #000099;}

