body{

	background-color : #009030;
	scrollbar-arrow-color : green;
}

.Menu{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : black;
	font-weight: bold;
	line-height : 12px;
}
A.Menu{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : black ;
	font-weight: bold;
	line-height : 12px;
	text-decoration : none;
}
A.Menu:Hover{
	color : green;
	text-decoration : none;
}

H1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : Green;
	font-weight : 500;
	text-align: center;

}

H2{
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 12 px;
	margin-bottom: 6 px;
	margin-left: 5 px;
	font-size : 13px;
	line-height : 17px;
	color : black;
	font-weight:600;
}

.body{font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
	line-height : 17px;

}
A.body{font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Green;
	font-weight:500;
	line-height : 17px;
	text-decoration : italic;

}
A.body:Hover{
	color : black;
		font-weight:500;
	line-height : 17px;
	text-decoration : none;
}


.links{font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Green;


}
A.links{font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Green;

}
A.links:Hover{
	color : black;
	text-decoration : none;
}


.title {
    font-family: Arial, Helvetica, sans-serif;
    color:red;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px
}

.Course{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : red;
	font-weight : 600;
	font-style: italic
}