BODY {
font-size : 1em; 
font-family : Arial, Helvetica, Sans-serif; 
font-weight : normal; 
color : #006; 
background-color : #9ca0c9;
margin : 0;
padding : 0;
width : auto; 
}

H1 {
font-family : Arial, Helvetica, Sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #006; 
}

p { color: #006; font-size : 0.9em; font-family : Arial, Helvetica, Sans-serif; }

.smalltext { color: #006; font-family : Arial, Helvetica, Sans-serif; font-style : normal; font-variant : normal; font-weight : normal; font-size : 0.9em; }


.smalltext a:link{ color: #009; font-family : Arial, Helvetica, Sans-serif; font-style : normal; font-variant : normal; font-weight : normal; text-decoration: none; }

.smalltext a:visited{ color: #609; font-family : Arial, Helvetica, Sans-serif; font-style : normal; font-variant : normal; font-weight : normal; text-decoration: none; }
.smalltext a:hover { color: #228b22; font-family: Arial, Helvetica, Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: underline; }
.noline a:link{ color: #009; text-decoration : none; }

.noline a:visited{ color: #609; text-decoration : none; }
.noline a:hover { color: #228b22; text-decoration: underline; }
.largetext { color: #006; font-family : Arial, Helvetica, Sans-serif; font-style : normal; font-variant : normal; font-weight : normal; font-size : 1.2em; }

.largetext a:link{ color: #009; font-family : Arial, Helvetica, Sans-serif; font-style : normal; font-variant : normal; font-weight : normal; font-size : 1.2em; text-decoration: none; }

.largetext a:visited{ color: #609; font-family : Arial, Helvetica, Sans-serif; font-style : normal; font-variant : normal; font-weight : normal; font-size : 1.2em; text-decoration: none; }
.largetext a:hover { color: #228b22; font-size: 1.2em; font-family: Arial, Helvetica, Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; }
.errortext {
  font-family : Arial, Helvetica, Sans-serif; 
  font-size : 0.9em;
  color : #f30;
  font-weight : bold;
}

.grid {
border : solid 0.05em #006;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #9ca0c9;
}

.bg_medium {
  background-color : #91bdae;
}

.bg_light {
  background-color : #cd919d;
}

.alt_bg_dark {
  background-color : #91bdae;
}

.alt_bg_medium {
  background-color : #d5d5d5;
}

.alt_bg_light {
  background-color : #e4c79f;
}
a:link { color: #009; font-family: Arial, Helvetica, Sans-serif; text-decoration: none; }
a:visited { color: #609; font-family: Arial, Helvetica, Sans-serif; text-decoration: none; }
a:hover { color: #105d6e; font-family: Arial, Helvetica, Sans-serif; text-decoration: none; }
