/* BODY - Background and base text color */

BODY  
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt;
	  color:#ced6e8;
	  font-weight:normal;
	  background-color: #3d4456;
	  margin-top: 25px;
	  margin-left: 250px;
	  margin-right: 50px;
	}

/* LINKS - base color, visited colors, no underline */

a:link {color: #b5caff; text-decoration: none}
a:visited {color: #b5caff; text-decoration: none}
a:hover {color: #1bc25a; text-decoration: none}
a:active {color: #e3e57e; text-decoration: none}

/* HEADINGS - colors of each size heading */

h1 {color: #6577a6}
h2 {color: #b5caff}
h3 {color: #6577a6}
h4 {color: #b5caff}
h5 {color: #1bc25a}
h6 {color: #c54a4a}

/* TEXT - OTHER - other special text handling */

emphasis {color: #b5caff; font-weight:bold}
smaller {font-size: 8pt}
p {color: #ced6e8}
spiffy {color: #6577a6; font-style: italic}
p.quoted {margin-left: 25px; font-style: italic; font-family: times}

/* TABLE - How tables will behave */

td {padding-left: 1.0cm; padding-right: 0.5cm}
