BODY {
	background-color: #4269F0;
	margin-left: 8px;
	margin-top: 10px;
}
A {
	text-decoration: none;
}

DIV.main {
	padding: 8px;
}

TD.title {
	color: #fff;
	font-size: 26pt;
	font-family: Georgia,"Times New Roman",Times,FreeSerif,serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #333 6px 6px 4px;
}

/*
TABLE.main {
	background-color: #fff;
}
*/

DIV.menuitem {
	font-family: Georgia,"Times New Roman",Times,FreeSerif,serif;
	font-size: 16pt;
	text-align: center;
	color: #fff;
	background-image: url("/layout/bsk/img/link.png");
	width: 170px;
	height: 41px;
	line-height: 41px;
	border-bottom: 1px solid #fff;
}
DIV.menuitem A {
	color: inherit;
}
