body
{
	background: #ff9a00;
}

a
{
	color: #ff9a00;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	background: #ff9a00;
	color: #fff;
	text-decoration: none;
}

#header p a
{
    background: url(eastproject-orange.gif) top left no-repeat;
}