
body
{
	font-family: helvetica;
	background-color: #FFFBF8;
}

h1
{
	text-align: center;
	color: #006497;
}

h2
{
	text-align: center;
	color: #006497;
}

h3
{
	text-align: left;
	color: #FC0A16;
}

p
{
	text-align: left;
	margin-left: 40px;
	color: #006497;
}

ul
{
	margin-left: 100px;
	color: #006497;
}

table
{
	margin-left: 40px;
	border-style: outset;
	border-width: 2px;
}

th
{
	border-style: outset;
	border-width: 1px;
	color: #FC0A16;
}

td
{
	border-style: inset;
	border-width: 1px;
	color: #006497;
}

a.paper
{
	font-weight: bold;
}

a:link
{
	color: #006497;
}

a:visited

{
	color: #006497;
}

a:active
{
	color: #FC0A16;
}

a:hover
{
	color: #FC0A16;
}
