﻿{body { margin-left: 2%; margin-right: 2%; }

h1, h2 { margin-left: 0%; margin-bottom: 0em; margin-top: 0em;}

h3,h4,h5,h6 { margin-left: 0%; }
 
body { font-family: Verdana, sans-serif; }

h1,h2 { font-family: Garamond, "Times New Roman", serif; }

a:link {
	color: #0000FF;
	text-decoration: none
}
a:hover {
	color: red ;
	text-decoration: underline
}
a:visited {
	color: #0000FF;
	text-decoration: none
}
a:visited:hover {
	color: red ;
	text-decoration: underline
}
a:link.menu {
	color: #0000CC;
	text-decoration: none
}
a:hover.menu {
	color: #FF0000;
	text-decoration: underline
}
a:visited.menu {
	color:#0000CC;
	text-decoration: none
}
a:visited:hover.menu {
	color: #FF0000;
	text-decoration: underline
}