<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



/* Perryville Lion's Club 

Author: Victoria L. Taylor
   Date: 01 June 2006  */

body {color: blue}    /*This is for the text */
h1, h2, h3, h4, h5, h6 {font-family: sans-serif; color: purple; text-align: center}  /* selectors {declarations} */


address {color: purple; font-style: normal; font-variant: small-caps;
	text-align: center; clear: both} 
/*clear: both means it will place the address below anything that is within the margins */

#logo {text-align: right; border-bottom: 2px solid gold }
#links {width: 150px; float: left; background-color: rgb(170,145,57);
margin-right: 10px; padding: 10px; border: 2px solid black}
#links a {display: block; font-family: sans-serif; color: white; font-size: 12pt}

/* These links have to be in the following order - link, visited, hover, active */
#links a:link {text-decoration: none}
#links a:visited {text-decoration: none}
#links a:hover {color: purple; text-decoration: none}
#links a:active {text-decoration: none} /* amount of time that you hold the link down */

#links a.newgroup {margin-top: 20px}


#firstp {padding-right: 5px; padding-left: 50px; padding-top: 5px; font-size: 15pt}
#firstp:first-letter {color: red; float: left; font-size: 300%; line-height: 0.8}




#lhistory {float: right; padding-left: 50px; margin: 5px 40px 5px 5px}

#chistory {float: left; padding-left: 50px; margin: 5px 40px 5px 5px}



 /*This changes the space between the links - this is a class, not an id - this is a sub */

#main {width: 70%; float: left; padding-left: 10px}
#main b {color:purple}


	


#header {text-align: center; font-size: 150%; 
text-decoration: underline; color: black}

#oheader {text-align: center;color: black}




