/* This is my basic stylesheet used in my aboutgreenwood website. */

body{
margin-top: 15px;
margin-bottom: 15px;
margin-left: 10px;
margin-right: 0;
padding-left: 0;
padding-right: 0;
font-family: "bookman old style", arial, tahoma, helvetica, sans-serif;
font-size: 16px;
font-weight: normal;
color: #000;
background-color: #ffcc99 !important;
}

#pittman{
font-family: helvetica, sans-serif;
font-size: 17px;
font-style: italic;
color: #000;	
text-align: justify;
width: 75%;
}	

#pittmanimage{
	text-align: center;
	padding: 10px;
}

p.indent{
text-indent: 2.0em;
text-align:justify;
}

p.source{
text-align:right;
}

p.link{
text-align:right;
}

p.back{
text-align:middle;
}

p.center{
text-align:middle;
}

p.justify{
text-align: justify;
}
	
p.red{
font-family: "bookman old style", arial, tahoma, helvetica, sans-serif;
font-size: 16px;
color: ff0000;
}

p.left{
text-align:left;	
color: ff0000;
}

p.left-legion{ /* Used in aligning text to left in paragraphs on american-legion.html */
text-align:left;	
}	

p.memorialquote{/*Used in headers for the quotes in memorial-fountain.html*/
font-size: 20px;
font-weight: bold;
color: #000;
text-indent: 2.0em;
text-align:center;
}	

p.memorialquotetwo{/*Used in headers for the quotes in memorial-fountain.html*/
font-size: 23px;
font-weight: bold;
color: #000;
text-indent: 2.0em;
text-align:center;
}

p.smallspace{/*Used on greenwood-auto-company*/
line-height: 0.25em;
}	

#jury{ /* Used to align the jury names to the left, as well as "centering" the names */
text-align: left;
padding-left: 15%;
}

#smallbreak br{
line-height: 0.25em;
}
	
h1{
font-size: 23px;
font-weight: bold;
color: #000;	
}	

h2{
font-size: 20px;
font-weight: bold;
color: #000;	
}	

#fine{
font-size: 13px;
color: #000;	
}	

#fine2{
font-size: 13px;
color: #ff0000;	
}

ul { 
margin-top: 0.35em; 
margin-left: 1em; 
padding-left: 0; 
} 

li { 
line-height: 2.0em; 
text-align:left; 
} 

b{
font-weight: 500;
}

ol li {
	line-height: 1.2em;
	padding-bottom: 5px;
}