body {
	text-align:center;
	font-family:Calibri, Arial, sans-serif;
}

a {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1#page_title {
	font-size:48px;
	font-weight:bold;
	text-transform:uppercase;
}

h2#section_websites {
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:64px;
}

.container {
	margin:0px auto;
}

.menu_item {
	width:220px;
	display:inline-block;
	font-size:36px;
	text-align:left;
}

.menu_item img {
	width:220px;
	max-height:80px;
	margin-top:24px;
	padding-bottom:6px;
}

.menu_item a {
	border-bottom:1px solid grey;
}

.menu_item a:hover {
	border-bottom:0px;
}

.web_item {
	max-width:220px;
	display:inline-box;
}

.web_item img {
	max-height:220px;
}

footer {
	width:100%;
	position:absolute;
	bottom:12px;
	left:0px;
}

#server_time {
	float:left;
	width: 40%;
	text-align:left;
	margin: 10px;
}

#server_uptime {
	float:right;
	width: 40%;
	text-align:right;
	margin: 10px;
}