body{
font-size: 11px;
background-color: #000000;
	margin: 2px 5px 2px 5px;
}
#syllabus td{
	border: 1px solid Black;
	background-color: #FAEBD7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: Black;
	text-align: center;
	padding: 2px;
}
.title{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	color: Maroon;
	background-color: #DCDCDC;
	text-align: center;
	border: 3px outset Maroon;
	
}
.title2{
	background-color: #DCDCDC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: Maroon;
	text-align: center;
	padding: 3px;
	border: 2px solid Silver;
}
.lm{
	background-color: #FFFFCC;
	border: 1px solid Grey;
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	margin-left: 3%;
}
.text{
background-color: #DCDCDC;
border: 3px;
border-style: solid;
border-color: Silver;
padding: 10px 10px 10px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: Black;
	text-align: left;
	}


	
.text2{
background-color: #DCDCDC;
border: 1px;
border-style: solid;
border-color: Maroon;
padding: 10px 20px 10px 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: 700;
	color: Black;
	text-align: left;
}
.menu1{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: 500;
text-align: center;
width: 100%;
background-color: #DCDCDC;
border: 1px Solid Maroon;
}
.menu2{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: 500;
text-align: center;
width: 100%;
background-color: #FFFFCC;
border: 2px Solid Black;
padding: 1px;
}

input{
	border: 2px solid Maroon;
	background-color: #FFF8DC;
	font-weight: bold;
}
.imgl{
float: left;
padding: 1px;
border-left-style: solid;
	border-left-color: Gray;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: Gray;
	border-top-width: 2px;
	border-right-style: solid;
	border-right-color: Gray;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: Gray;
	border-bottom-width: 2px;
	margin: 5px;
}
.imgr{
float: right;
padding: 1px;
border-left-style: solid;
	border-left-color: Gray;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: Gray;
	border-top-width: 2px;
	border-right-style: solid;
	border-right-color: Gray;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: Gray;
	border-bottom-width: 2px;
	margin: 5px;
}
select {
	border: 1px solid Red;
	background-color:#DCDCDC;
	color:Maroon;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	}
option	{
	border: 1px solid Red;
	background-color:#DCDCDC;
	color:Maroon;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	}


a:link{
	color : #0000ff;
	background-color : transparent;
	text-decoration : none;
}
a:visited{
	color : #0000ff;
	background-color : transparent;
	text-decoration : none;
}
a:hover{
color : #ff0000;
background-color : transparent;
text-decoration : none;
}
a:active{
	color : #0000ff;
	background-color : transparent;
	text-decoration : none;
}
