body {
	background-color:#EEEEEE;
}

h1 {
	font-size:16px;
	font-family:Cambria,"Times New Roman","hind",verdana;
	letter-spacing:1px;
	font-weight:400;
	line-height: 1.5;
}

h2 {
	font-size:24px;
	font-family:Cambria,"Times New Roman","hind",verdana;
	letter-spacing:1px;
	font-weight:400;
	color:#C92C95;
}

h3 {
	font-size:14px;
	font-family:Cambria,"Times New Roman","hind",verdana;
	letter-spacing:1px;
	font-weight:400;
	color:#C92C95;
}

.zzz-container{
    width:800px;
    height:400px;
    padding:20px;
    border:1px solid gray;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background: black; 
}


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

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font-size: 16px;
	font: bold;
	font-family:Cambria,Times New Roman, "hind";
	font-weight: 400;
	}

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

#sddm li a:hover
{	background: #49A3FF}

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

	#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: #2875DE;
		font: 12px arial}

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

form, input , textarea {
	font-size:18px;
	font-family:Cambria,Times New Roman,"hind";
	letter-spacing:1px;
	font-weight:400;
}
		
:required {
   border: 2px dotted red;
}





.menu {
	width: 200px;
}
.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.menu li {
	position: relative;
}
.menu a {
	display: block;
	padding: 10px;
	background-color: #333;
	color: white;
	text-decoration: none;
}
.menu a:hover {
	background-color: #575757;
}
.submenu {
	display: none;
	position: absolute;
	top: 0;
	left: 200px;
	width: 200px;
}
.menu li:hover .submenu {
	display: block;
}