a:link
{
	color: #0066ff;
    text-decoration: underline;
}
a:visited
{
	color: #0066ff;
    text-decoration: underline; 
} 
a:active 
{
	color: #0066ff;
text-decoration: underline;
}
body
{
	font-family: Arial;
    color: #000000;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	background-color: #cc99ff;
}
p
{
    font-size: 12pt;
}
br
{
    font-size: 12pt;
}
h1
{
    font-size: 18pt;
}
ul
{
  list-style-type:disc; list-style-position:outside; list-style-image:url('images/arrow.gif')
}
li
{
    font-size: 12pt;
}
td
{
    font-size: 12pt;
}
div
{
width:1000px;
}
div.content
{
padding-left: 10px;
}
div.footer
{
background-color:gray;
}
div.splitcontent
{
width: 425px;
height: 475px;
}
div.splitdisp
{
display: block;
position: absolute;
left: 425px;
top: 160px;
width: 575px;
border: 1px solid gray;
height: 475px;
}