body
{
	background-color: red;
	color: white;
}

table#tblMain
{
	width: 50%;
	height: 100%;
	border: 2px solid black;
}

table#tblText
{

}
td
{
font-family:arial;
font-size:24;
}


td#tdMenu
{
text-align: center;
}

td#tdImage
{
text-align: center;
}

td#tdText
{
text-align: center;
}


#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	left: 15%;
	font: bold 25px arial;
}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #000000;
	color: #FF0000;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{
	background: #FFFFFF;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}


#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #FF0033;
	font: 25px arial;
}

#sddm div a:hover
{
	background: #FF0000;
	color: #FFF;
}

