html
{
   font-family : Arial;
   text-align: center;
   background-color: #99ccff;
}

h2 {
	color : red;
}

/*For the school*/

a.boldunderline {
	text-decoration-line: underline;
	font-weight: bold;
}

li.mark::marker {
	content: "";
}

div.all {
	max-width: 1500px;
	display: inline-block;
}

.whenwhere {
	height: 150px;
}

.where {
	width: 50%;
    float: right;
}

.when {
	width: 50%;
    float: left;
}

.sponsors {
	font-weight: bold;
	height: 100px;
	/*border-style: solid;*/
}

.spons1 {
	width: 50%;
	float: left;
}

.spons2 {
	width: 50%;
	float: right;
}

.text {
	width: 68%;
	float: left;
}

.mont {
	width: 30%;
	float: right;
	margin: 1%;
}

.content {
	display: inline-block;
	max-width: 1500px;
}

h1.title {
	text-align: center;
}

h2.title {
	color : black;
}

h4 {
	font-weight: normal;
}