<style type="text/css">
body{
	font-family: times;
	padding-left:0%;
	padding-right:0%;
}
#logo{
	font-size:2em;
	border-bottom:1px dotted silver;
	color: #ff6633;
}
#myMenu{
	font-family: sans-serif;
	float:left;
	padding-left:0%;
	width:100%;
}
#content{
	float:left;
	padding-left:5px;
	width:95%;
	text-align:justify;
	font-size:1em
}
h1{
	font-size:3em;
	color: #ff6633;
	margin-top:0;
}
h2{
	font-size:2em;
	color: #ff6633;
	margin-top:0;
}
h3{
	font-size:1.2em;
	color: #ff6633;
	margin-top:0;
}
th1{
	color: black;
	text-align: center;
	font-size: 1.4em;
	font-weight: bolder;
}
mp{
	background: #ffe2ad;
}
/* list styles */
ul.disc 
{
list-style-type: disc
}

ul.circle 
{
list-style-type: circle
}

ul.square 
{
list-style-type: square
}

ul.none 
{
list-style-type: none
}
p{
	
}
sm{
	font-size:0.8em
}
ul {
	margin-left: 0;
	padding-left: 1em;
}
#copyright{
	clear:both;
	border-top:1px solid silver;
	margin-top:20px;
	text-align:right;
	padding-right:5px;
	font-size:0.8em;
}
/* menu styles */
li.myMenu0{
	margin:0;
	padding:0;
	list-style : none;
}
a.myMenu0{
	display:block;
	position:relative;
	background-color: #ffe2ad;
	padding:3px;
	text-decoration:none;
	color:black;
	border:1px solid black;
	margin-top:5px;
}
</style>
