<STYLE type="text/css">
<!--
/*-------------------------------------------------------|
|	Stylesheet										     |
|	File Name: style.css							     |
|     For: The Lions Club District 11-C1 Web Page        |
|	Copyright 2003                              	     |
|	Written By: Joel Meekhof 		  				     |
|                  11/21/03                              |
|-------------------------------------------------------*/

  	/* Body elements                                                          */
	
	body { 
	  color:black; 
      background-color:white; 
	}
	
	/* div and span                                                           */
	/*----------------------------------------*/
	/*   div applies to a block               */
	/* Useage <div class="indent_1"> </div>   */
	/*   span applies to a line               */
    /* Useage <span class="smalltxt"> </span> */
    /*----------------------------------------*/
	
	.redtext { color:red }
	.smalltext { font-size:8pt; }
	.mediumtext { font-size:15pt; }
	.bigtext { font-size:30pt; }
	.indent_1 { padding-left:5mm; }
	.indent_2 { padding-left:15mm; }
	.indent_3 { padding-left:20mm; }
	.titletext { font-size:30pt; color:#014681; }
	
	/*----------------------------------------*/
	/*     class Attribute Selector           */
	/* Useage <x class="redtext"> </x>        */
	/*----------------------------------------*/
	/* link, visited, active, hover, focus                                    */
    a {
	  font-family:Arial; 
	  font-size:12pt;
	}	
	a:visited {
	  color:blue;
	}
	a:hover {
	  color:#759ade; 
	}
	a:link {
	  color:blue;
	}
	.mainnav { text-decoration:none; }
	.bottomnav { text-decoration:none; font-size:8pt; }
--> 	
</STYLE>


