﻿body {
}

#leftcol 
{
	float:left;
	width:50%;
}

#rightcol
{
	float:left;
	width:50%;
}

a:link {
    color:Navy;
    text-decoration:none;
}
a:visited {
    color:Navy;
    text-decoration:none;
}
a:hover {
    color:Blue;
    text-decoration:underline;
}

h1 
{
	font-family:Arial;
}

h2 
{
	font-family:Arial;
}


h3 
{
	font-family:Arial;
}

h4
{
	font-family:Arial;
}

p.headline 
{
	color:White;
	font-size:18px;
	font-family:Arial;
	font-weight:bold;
}

h3.red 
{
	color:Red;
}
