#main_heading
{
	width:70%;
	font-size: 32pt;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	background-color: rgb(100,255,100);	
	color:rgb(100,100,255);
}

#left
{
	background-color: red;
	width:15%;
	border:10px solid red;
}

#center
{
	background-color:#87CEFA;
	width:60%;
	padding-right: 10px;
}

#right
{
	background-color:yellow;
	width:15%;
	border:10px solid yellow;

}

#mainlist
{
	width:75%;
	margin-left: auto;
	margin-right: auto;
	
}

div{
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 10px;
	float:left;
}

#my_image
{
	margin:20px;
	float:left;
}

#left h3,#right h3
{
	display: inline;
}

ul
{
	list-style: none;
}

#mainlist li
{
	background-color: rgb(100,100,255);
	text-align: center;
	margin-top: 20px;
	font-size: 28pt;
	border-radius: 50px;
}

a
{
	text-decoration: none;
}

#mainlist li:hover
{
	background-color: yellow;
}
