.img_left {
	float: left;
}

.img_right {
	float: right;
}

.bold {
	font-weight: bold;
}

.txt_right {
    float: right;
}

.center {
	text-align: center;
}

.large {
	font-size: 20px;
}

.small {
	font-size: 11px;
}

.italic {
	font-style: italic;
}

.cyan {
	color: #00ffff;
}

.magenta {
	color: #880088;
}

.border {
	border-width: thin;
	border-style: solid;
	border-color: #000000;
	margin: 10px;
	padding: 10px;
}

h1 {
	font-size: 25px;
}
