﻿/* The body attributes are used until overriden by others */

body {font-family: Verdana,Arial,sans-serif;}

h1 {
	color: #EBDE2E;
	font-size: 18pt;
	font-face: Verdana;
	margin-top: 66;
	margin-bottom: 0;
	margin-left: 8; 
}

h2 {
	color: #EBDE2E;
	font-size: 14pt;
	font-face: Verdana;
	margin-top: 8;
	margin-bottom: 0;
	margin-left: 8; 
}

p {
	font-size: 12pt;
	color: 000000;
	margin-top: 8;
	margin-bottom: 8;
	margin-left: 8px;
	margin-right: 8px;
}

li {
	font-size: 12pt;
	color: 000000;
	margin-top: 4;
	margin-bottom: 4;
	margin-left: 8px;
	margin-right: 8px;
}


A:link {
	color: #000000; 
	text-decoration: none
}

A:visited {
	color: #000000;
	text-decoration: none
}

A:active {
	color: #000000;
	text-decoration: none
}
