body{
	background-color: linen;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
}

h1 {
	font-size:1.5em;
	margin: 0;
	padding-top: 10px;
}
h2 {
	font-size:1.2em;
	margin: 0;
	font-weight: normal;
}
table {
	float: left; 
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
td {
	width: 300px;
}

#container {
	background-color: linen;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-color: linen;
	color: black;
	text-align: right;
	font-style: italic;
}
#coursetitle {
	background-color: linen;
	width: 960px;
	color: black;
	text-align: left;
}
#main {
	background-color: linen;
	width: 960px;
	color: black;
}


