﻿html, body 
{
	 height: 100%; margin: 0px; padding: 0px; color: White; background: #e14515 no-repeat fixed center center;
	 font-family: "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
}
div#title { font-size: 14pt; font-family: inherit; height: 80px; background-position: 20px center; background-repeat: no-repeat; }
div#title p { padding: 30px 0 0 90px; margin: 0;  }

a { color: White; background-color: inherit; text-decoration: none; }
a:hover { color: Black; background-color: inherit; text-decoration: underline; }

#textContent { color: Black; background-color: White; }

div.section { color: Black; background-color: White; }
div.section a { color: Black; background-color: inherit; text-decoration: none; }
div.section a:hover { color: #e14515; background-color: inherit; text-decoration: underline; }

#indexContent { height: 100%; }

a.singleLink { color: White; background-color: inherit; }
