body {
	background-color: #08929D;
}
body,td,th {
	color: #FFFFFF;
}
#weebox {
	background-color: #28A1AF;
	
	background-image: url(../img/bluecorner.jpg);
	
}

#righttext {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #74CBC8;
}
a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #5C6F7B;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #fff;
}