a, a:link, a:active, a:hover, a:visited {
	color: #4699F7;
	text-decoration: underline;
}

#menu a {
	color: #FF3200;
	text-decoration: none;
}

h1 {
	margin: 5px 0px 5px 0px;
}

.important_text {
	font-size: x-large;
	margin: 10px;
}

.title {
	color: #4699F7;
	font-weight: bold;
}

.extra_info {
	float: left;
	margin-left: 50px;
}

table {
	border-collapse: collapse;
	border: 0px;
	empty-cells: show;
}

.float_left {
	float: left;
}

.float_center {
	text-align: center;
}

.float_right {
	float: right;
}

