/* CSS Document */

body  {
	background-image:url(images/gradient_background.png);
	background-repeat:repeat-y;
	font-size:18px;
}

.container  {
	border-color: #330099;
	border-width: medium;
	border-style: groove;
	background-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: center;
	margin-top: 40px;
	}
	
.mainbody  {
	margin:auto;
	width:80%;
	text-align:left;
}
	
a {
	color: #663366;
	text-decoration: none;
	}

a:visited {
	color: #339900;
	}
	
.course_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #000066;
}

.main_body_heading {
	text-align:center;
	size:24px;
	font-weight:bold;
}
