/*
	Course blocks
*/

		.courses a
		{
			text-decoration: none;
			color: #33383c;
		}
		
		.course
		{
			width: 100%;
			padding: 10px;
			margin-bottom: 15px;
			background-color: #c3d692;
			overflow: auto;
			display: block;
		}
		
		.course:hover
		{
			background-color:#3B8D8D;
			color: white;
		}
		
		.course img
		{
			float: left;
			margin-right: 20px;
		}
		
		.course .title
		{
			font-size: 1.6em;
			padding-top: 10px;
			padding-bottom: 10px;
		}



/*
	Fees table
*/

	table, th, td

	{
    	border: 1px solid;
	}
	
	th, td
	{
		text-align: center;
	}