body {
	font-family : helvetica,arial,sans-serif;
    font-size:14px;
	color: black;
    background-color: #CCCCFF;
	margin-top: 0;
	margin-left: 0;
	margin-width: 0;
	margin-height: 0;
}

a:link {
	color : #333399;
	background-color: transparent;
}
a:active {
	color:	purple;
	background-color: transparent;
}
a:hover	{
	color:	blue;
	background-color: transparent;
	text-decoration:	underline overline;
}

img {
	/* turns off gaps around images */
	border:0
}

h1 {
	font-size: 20px;
	color: #333399;
	font-weight: bold;
}

h2 {
	font-size:16px;
	color: #333399;
	font-weight: bold;
}

h3 {
	font-size:14px;
	color: #333399;
	font-weight: bold;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:	12px;
}
h4, h5, h6 {
	font-variant : normal;
	font-family : verdana, helvetica, arial, sans-serif;
	font-weight : normal;
	color: #333399;
	background-color: transparent;
	margin:	0px;
}
table {
font-size:1em;
}
.color-inline-sub {
	color:blue;
	font-weight:bold;
}
