/*this is basic with headings*/

body { color: #004000;
background-color: #ffffff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.9em;
text-align: left;
margin: +4%;
white-space: normal;}

a:link {color: #1b6507;
background-color: #ffffff;
text-decoration: underline;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.9em;
font-weight: bold;
font-style: inherit;}

a:hover {
background-color: #bbffbb;
text-decoration: underline;
color: #008000;}

h1 {font-size: 1.7em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #004a25;
background-color: #ffffff;
margin-left: -3%;
font-style: inherit;}

h2 {font-size: 1.5em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
text-align: left;
background-color: #ffffff;
margin-left: -3%;
font-style: normal;
text-decoration: none;
color: #008040;}

p.redscheme {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
text-align: left;
margin-left: +0%;
font-style: normal;
text-decoration: none;
background-color: #ffbfbf;
color: #a61919;
font-size: 1em;
list-style-type: square;
list-style-position: inherit;
list-style-image: inherit;}

p.greenscheme {
background-color: #bfffbf;
color: #008f00;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: left;
font-size: 1em;
list-style-type: square;
list-style-position: inherit;
list-style-image: inherit;}

p.bluescheme {
background-color: #bfd3ff;
color: #002c8b;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: left;
font-size: 1em;}

html {
	overflow-x: hidden;
	overflow-y: scroll;
} 



