/*
 * Text styles abstracted from Ubicom's style.css.
 */
* {
	margin: 0 auto;
}
body {
	font-size: 12px;
}

h1 {
	margin-bottom: 8px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
}

h3, h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	padding-bottom: 10px;
}
