﻿/*make all body text 10pt Verdana with 10pt spacing. Give every page a gold border. Center all heads if not in Div align="center. */


body {font-size: 10pt;
	font-family: Gill,Verdana,sans-serif;
        line-height: 11pt;
	border-color: #BFB428;
	border-width: 10px;
        border-style: double;
        margin: 20px;}
h4,h3 {text-align: center;}
p {text-align: left;}
blockquote {padding-left: 5em;
            padding-right: 5em;}
:link { 
color: #380082; 
text-decoration: underline; 
font-weight: bold; 
} 
li :link { 
color:  #380082; 
text-decoration: none; 
font-weight: bold; 
} 
:visited { 
color: #BFB428; 
text-decoration: underline; 
font-weight: bold; 
} 
li :visited { 
color: #BFB428; 
text-decoration: none; 
font-weight: bold; } 
 
 
}
 
li :hover { 
color: rgb(0, 96, 255);padding-bottom: 5px; 
font-weight: bold;
} 
:active { 
color: rgb(30, 99, 24); 
font-weight: bold; 
} 

 