*  {
   margin:          0;                  /* removes white space around 6.0 edge*/
}
body { 
   margin:          auto;
   color:           black;
   background-color: #3E6;           /*                                    */
}
/* div ids and their characteristics                                          */
#rcf-wrapper {
	text-align:      center;
}
#rcf-content {
   font-weight:     bold;
	font-size:       14pt;
}
#rcf-footer {
	border:          ridge silver; 
	border-width:    7 7 7 7; 
	padding:         5 0 8 0;
}

/* classes and their characteristics                                          */
.address {
   width:           200;
}
.bold {
   font-weight:     bold;
	font-size:       14pt;
}
.hits {                                 /* block to show hits counter         */
   width:           210;
   text-align:     center;
}
.host {                                 /* block to show host logo            */
   width:           175;
}
.noborder {
   border:          0;                  /* images sometimes need border removd*/
}
.validation {                           /* W3C block showing type of validatn */
   width:           180;
   text-align:    center;
}
