h1,h2,h3,h4,h5,h6
{color:gold;
font-family:scans-serif
}

div
{
color:blue;
font-family:courier;
}
div.newposition
{
position:relative;
left:40px;
top:5px
}
div.bodyposition
{
position:relative;
left:20px;
right:40px;
font-family:arial;
font-size:16;
color:#aa44ff
}
div.title
{
	color: black;
	font-size: 20pt;
	line-height: 130%;
	font-weight: bold;
	font-variant: small-caps;
}
span
{
color:blue
}
span.emphsis
{
color:teal;
font-weight:bold
}

span.selected
{
	color: navy;
	font-weight: bold;
	font-style: normal;
}

A:hover
{
	color: olive;
}
A:link
{
	text-decoration: underline;
}
P
{
	color: black;
}
