
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	
}

a {
	text-decoration: none;
	color: black;
}

a:Hover {
	text-decoration: underline;
	color: black;
}

body {
	background-color: #d8e2f2;
}

img {
	border-width: 0;
}

table {
	border-width: 0px;
	border-spacing: 0px;
}

table.menu {
	font-size: 12px;
}

table.main {
	
	background-color: white;
	width: 840px;
	height: 300px;
	table-layout: fixed;
}

td.headline {
	height: 100px;
	background-image: url(images/headline.jpg);
}

td.content {
	height: 100%;
}

.inner {
	color: grey;
	text-align: left;
	background-color: white;
	width: 100%;
	height: 350px;
	table-layout: fixed;
}

.pop {
	color: black;
	text-align: left;
	background-color: #d8e2f2;
	width: 100%;
	height: 400px;
	table-layout: fixed;
