body, td {

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
        background-color:black;
	color : #2d2d2d;
}



p {
	margin: 10px 10px 10px 10px;	
}

div#right { 
        float:right;
	border: dotted; 
	border-width: 1px; 
	width: 160px; 
	color: #3f3f3f; 
	margin: 0px;
	padding: 0px;

}

div#left { 
        float:center;
	border: dotted; 
	border-width: 3px; 
	width: 750px; 
	color: #3f3f3f; 
	 margin-left: auto ;
  margin-right: auto ;
	padding:0px;
        background-color:white;
}

div#leftmenu { 
        float:center;
        text-align:center;
	border: dotted; 
	border-width: 0px ; 
	width: 750px; 
	color: #3f3f3f; 
	 margin-left: auto ;
        margin-right: auto ;
	padding:10px;
        background-color:black;
        font-color:#3f3f3f;
        font-style:bold;
        font-size:20px;
}

div#main { 
       
	border: dotted; 
	border-width: 0px; 
	width: 90%; 
	color: #3f3f3f; 
	margin: 0px;
	padding: 0px;
}





a:link {padding:4px 0 4px 0;color:white;text-decoration: none;}     /* unvisited link */
a:visited {color:white; text-decoration: none; }  /* visited link */
a:hover {color: gray; text-decoration: none;}   /* mouse over link */
a:active {color:white; text-decoration: none; }


H1 {
	text-align: center;
	margin: 20px;
	font-family: "Times New Roman","Times",serif;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size : 24px;


	color:#000020;
}

H2 {
	margin: 10px 0px 0px 0px;
	font-family: "Times New Roman","Times",serif;
	font-weight: bold;
	font-size : 18px;
	border-bottom: 1px solid gray;
	color:#000050;
}

