/* stowlake.css: CSS1 style sheet for Stow Lake Web site. */

BODY 
{
          font-family:        Verdana,Helvetica,sans-serif;
          font-size: 					12pt;
          color:              rgb(0,0,0);
          background-color:   rgb(255,255,255);
}

H1
{
          display:            block;
          font-family:        helvetica,arial,sans-serif;
          font-size:          20pt;
          color:              rgb(68,86,40);
          padding:            2px;
          width:              100%;
}

H2
{
          display:            block;
          font-family:        helvetica,arial,sans-serif;
          font-size:          16pt;
          color:              rgb(68,86,40);
          padding:            2px;
          width:              100%;
}

A:link
{
          color:              rgb(68,86,40); 
          font-family:        helvetica,arial,sans-serif; 
          font-weight:        bold;                 
}

A:visited
{
          color:              rgb(101,146,30);
          font-family:        helvetica,arial,sans-serif; 
          font-weight:        bold;         
}

A:active
{
          color:              rgb(180,181,60);
          font-family:        helvetica,arial,sans-serif;  
          font-weight:        bold;        
}

A:link IMG
{
          border:             none;          
}

A:visited IMG
{
          border:             none;          
}

A:active IMG
{
          border:             none;          
}

P.ttext
{
          font-family:        Verdana,Helvetica,sans-serif;
          font-size: 					12pt;
          color:              rgb(0,0,0);
          background-color:   rgb(255,255,255);          
}

SPAN.ttext
{
          font-family:        Verdana,Helvetica,sans-serif;
          font-size: 					12pt;          
          color:              rgb(0,0,0);
          background-color:   rgb(255,255,255);          
}

OL
{
          list-style-position:outside;
          list-style-type: 		decimal-leading-zero;
}

UL
{
          list-style-position:outside;
          list-style-type: 		disc;
}

LI.regular
{
          font-family:        Verdana,Helvetica,sans-serif;
          font-size: 					12pt;
          color:              rgb(0,0,0);
}

LI.links A:link
{
          font-family:        Verdana,Helvetica,sans-serif;
          font-size: 					85%;
          font-weight:        lighter;
          color:              rgb(117,25,134);
          line-height:				1.3em;
}

LI.links A:visited
{
          font-family:        Verdana,Helvetica,sans-serif;
          font-size: 					85%;
          font-weight:        lighter;
          color:              rgb(117,25,134);
          line-height:				1.3em;
}

LI.links A:active
{
          font-family:        Verdana,Helvetica,sans-serif;
          font-size: 					85%;
          font-weight:        lighter;
          color:              rgb(117,25,134);
          line-height:				1.3em;
}
