body
{
}

p
{
}


.banner
{
	font-family: arial, helvetica;
  	font-size: 1.2em;
  	color: yellow;
  	margin: 10px 30px 5px 30px;
  	padding: 0px;
    }

.noline
{
	font-family: arial, helvetica;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

A:link
{
	color: white;
}

A:visited
{
	color: white;
}

A:hover
{
	color: white;
}

A:active
{
	color: white;
}

