* { border: 0px; outline: 0px; margin: 0px; padding: 0px; font-family: "Times New Roman", serif; color: black; }

html
{
	background-color: #fff;
}

.container
{
	width: 960px;
	height: 600px;
	margin: auto;
	margin-top: 10px;
}

.title
{
	height: 150px;
	width: 961px;
	background-image: url("Title.png");
}

.contents
{
	height: 450px;
	width: 960px;
	background-image: url("Contents.png");
	text-align: left;
}

	.column
	{
		float: left;
		width: 300px;
		height: 370px;
		margin-left: 40px;
		margin-top: 40px;
	}
	
		.section
		{
			height: 185px;
			width: 300px;
		}

	.calendar
	{
		float: right;
		height: 370px;
		width: 200px;
		margin-right: 40px;
		margin-top: 40px;
		background-color: black;
	}

h1
{
	display: block;
	font-weight: bold;
	font-style: italic;
	font-size: 25px;
}

small
{
	display: block;
	width: 960px;
	margin: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

p
{
	margin-top: 10px;
	font-size: 14px;
	line-height: 26px;
}

b
{
	font-weight: bold;
}

a
{
	color: blue;
	text-decoration: underline;
}