/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #3366FF;
}

.center {
	text-align: center;
}

.strong {
	font-weight: bold;
}

.strongcenter {
	text-align: center;
	font-weight: bold;
}

img {
	border: none;
}

.timestamp {
	font-size: 9px;
}

.menu {
	width: 180px;
	float: left;
}

.content {
	text-align: center;
	margin-left: 181px;
}