<style>
	div#course h4.theme-blue:hover
	{
		cursor: pointer;
	}
	p.text-center b a, #scholarship_link2
	{
		color: blue !important;
		text-decoration: none !important;
	}
	p.text-center b a:hover
	{
		text-decoration: underline !important;
		color: red !important;
	}
	div.course-box-abt img:hover
	{
		cursor: pointer;
	}
	div#div_who_are_we p
	{
		font-size: 18px;
		text-align: center !important;
	}
	#scholarship_link:hover
	{
		cursor: pointer;
		text-decoration: underline !important;
		color: blue !important;
	}
	#scholarship_link2:hover
	{
		cursor: pointer;
		text-decoration: underline !important;
		color: red !important;
	}
	div.members div b:nth-child(2)
	{
		color: blue !important;
	}
	div.members div.odd_divs h4, div.members div.odd_divs b
	{
		float: right;
	}
</style>