/*-----------------------------------*
 * CSS for Triangles Bulletin        *
 * v. 1.0   28-Nov-2001 ALB          *
 *-----------------------------------*/
BODY    {  
          background-color: white;
          color: black;
          font-family: Verdana, Helvetica, Arial, sans-serif;
        }
     
P, BLOCKQUOTE,LI
       {
/*          background-color: white; */
          color: black;
          font-family: Verdana, Helvetica, Arial, sans-serif;
          font-size: 10pt;
        }

H1      {
/*          background-color: white; */
          color: #000099;
          font-family: Verdana, Helvetica, Arial, sans-serif;
          padding-left: 40px;
	  font-weight: lighter;
          font-size: 16pt;
        }
                
H2      {
/*          background-color: white; */
          color: black;
          font-family: Verdana, Helvetica, Arial, sans-serif;
          font-size: 14pt;
        }
        
A:LINK  { 
          background-color: transparent;
          color: #3333ff;
        }
        
V:LINK  {  
          background-color: transparent; 
          color: #000066;
        }        

.INBOX	{ margin:5em;
	  border: solid;
	  border-width:thin;
	  border-color: #000099;
	}

.shaded	{ margin:5em;
	  background:#9999CC
	  
	}

.small {font-size:7pt;}


UL.check { list-style-image: url(../../graphics/bullet2.gif); line-height:16pt}
UL LI.x  { list-style-image: url(../../graphics/bullet.gif); }

