/* Next specify formatting for right hand column of short news
   lead-ins. THis shold be floated right, and only 20% of the
   page width.  Note special formatting for H3, P, HR and A
   elements within this class of DIV.
*/
DIV.rightcol    { float:           right; 
                  width:           20%;      
                  font-size:       0.4em;
                  font-family:     Verdana, Arial, Helvetica, sans-serif; 
                  margin:          0 0 0 0;
                  text-align:      justify;
                  padding:         0.2em; 
                  padding-bottom:  0.6em;
                  border:          medium solid  black; 
                  background:      #ddddff;             }

DIV.rightcol H3 { font-size:       1.5em;
                  font-weight:     900;
                  text-transform:  capitalize; 
                  text-align:      center;
                  margin:          0em;
                  margin-bottom:   0.7em;
                  padding:         0em;
                  color:           #ff0000;              }

 DIV.rightcol P  { margin-top:     -0.7em;  
                   margin-bottom:  +0.0em; 
                   padding:         0em;                 } 

DIV.rightcol A  { font-variant:    small-caps;
                  font-weight:     bold;                 }

DIV.rightcol HR { margin:          auto;
                  padding:         0;
                  border:          0;  
                  width:           80%;         
                  margin-right:    auto;                 }

DIV.rightcol EM { color:           red;
                  font-weight:     bold;                 }

