/* CSS Document */

.red {
	color: #f00;
}

.big {
	font-size: 1.75em;
}

h3 {
	font-size: 1.25em;
	line-height: 1.5;
}

p {
	line-height: 1.5;
	letter-spacing: 1px;
	margin-top: 0;
}

.pad0 {
	padding: 0;
}

.mar0 {
	margin: 0;
}

.mt0 {
	margin-top: 0;
}
