body {
	background-color: #F6EFD0;
}
body,td,th {
	color: #5C6F7B;
}
#weebox {
	background-color: #FFFFFF;
	background-image: url(../img/whiteswirl.gif);
	
}

#righttext {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #00818D;
}
.purple {
	color: #7F2865;
}

a:link {
	color: #5C6F7B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #71828D;
}
a:hover {
	text-decoration: none;
	color: #39F;
}
a:active {
	text-decoration: none;
	color: #59A8FD;
}
object { outline:none; } 
object:active, div:active
{
outline: none;
}
:focus { -moz-outline-style: none; }

object:focus, div:focus
{
-moz-outline-style: none;
} 

