.blue {
	color: 3300FF;
}
.marginbox {
	margin-left: 20px;
	padding-left: 20px;
}
.floatright {
	float: right;
}

.floatleft {
	float:left;
}
	
h1 {
	margin: 0px;
}
.bottom {
	vertical-align: bottom;
}
.center {
	text-align: center;
}

