/* CSS Document */

/*

Cascading Style Sheet for VFW Lilac Post 5815 Website
Last updated 6/15/16 by Susan Miller

*/

body {
	width: 850px;
 	margin: 0px auto 0px auto;		
 	padding: 0;
	background-color: #C3C5F0;	
 	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
	color: #000000;	}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.8em;
	font-weight: bold;	
	color: #000000;	
	text-align: center;
	line-height: .5; }
	
h2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center; 	
	line-height: 1; }	
	
h3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.5em; 	
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: .5; }	
	
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	text-align: center; }		
	
	
/* Note that the pound sign # matches an ID on the page and a period . matches a class on the page. */
	
	
.subtitleblk {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000; }
	
.subtitleitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-style: italic;
	font-weight: bold;
	text-align: center; }	
	
#leftmenu {	
	font-size: .9em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;}
	
a:link.leftmenu {
	color: #FFFFFF; 
 	text-decoration: none; } 

a:visited.leftmenu { 
	color: #F4EF98; 
	text-decoration: none; } 

a:hover.leftmenu {
	color: #FF6666; 
	text-decoration: underline; } 
	
a:active.leftmenu {
	color: #FF0000;
	text-decoration: underline; }	
	
/*This is the default link style for any links that do not have a specific class shown.*/

a:link { color: #FF0000}
a:visited { color: #990000}
a:hover { color: blue}
a:active { color: #6699CC}		

.smallblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; }



