/* stow_home.css: CSS1 style sheet for Stow Lake Software Web site.
   Victoria Leonard, 4 Feb 2002.  */

BODY 
{
					margin-top:					0;
					margin-left:				0;
          background-color:   rgb(255,255,255);
}

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

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

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

A:link IMG
{
          border:             none;          
}

A:visited IMG
{
          border:             none;          
}

A:active IMG
{
          border:             none;          
}

