body {font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
background-color:white;
margin: 0 2em;}

/* Shorthand property for the other font properties. The order of values is important, and is as follows: font {font-style font-variant font-weight font-size/line-height font-family;}. Any of these values may be omitted. 
P {font: bold 12pt/14pt Helvetica,sans-serif;} */

p {font-size: .9em;
line-height: 1.5em;
	text-indent: 3em;
	text-align: justify;}

address {font: 1em/1.2em;
	font-weight: bold;
	text-decoration: none;}

div {text-align: center;
	padding: 1em 3em 2em 3em;}

div.nav {font: .9em;} 

a:link {font-weight: bold;
color: red;
background-color: white;
text-decoration: none;}

a:visited {font-weight: bold;
color: gray;
background-color: white;
text-decoration: none;}

a:active {font-weight: bold;
color: maroon;
background-color: white;
text-decoration: none;}

a:hover {font-weight: bold;
color: white;
background-color: maroon;
text-decoration: none;}

h1,h2,h3,h4,h5,h6 {text-align:center;}

h1 {font: bold 1.5em;}
h2 {font: bold 1.3em;}
h3 {font: bold 1.2em;}
h4 {font: bold 1em;}
h5 {font: bold .9em;}
h6 {font: bold .8em;}