﻿/*
	/STYLE.CSS
	The top level style sheet for the Wendra-Lynne.com web site,
	overridden, if desired, by a subsite's own ***.CSS file
	NOTE:  This style sheet assumes a user has some Fonts available 
	and is interested in high quality display
*/

/*       -----------------------------------------------------------------------------   */
/*	Element Selectors */        
        
        /* For best result keep the A:pseudo-classes below in this order... */                 
        A:link {
		        /* unvisited */
				color: #366;
                text-decoration: none; 
        }
        
        A:visited{
			color: #388;
                text-decoration: none;
        }
        
        A:hover {
			color:#344;
                text-decoration: underline;
        }
        
        A:active {
			color: #696;
                text-decoration: underline;
        }
		.FtPgList {
				Font-Size:large;
				Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				}
		.Footer  {
				Font-Size: smaller;
				Font-Weight:bold;
				Font-Family: Verdana, Geneva, sans-serif;
				width:"11%";
				text-align:center;
				height: "33";
		}
