/* Formatting styles are separated out so they can be used to format content areas in FCKEditor */

body {
	font-family: Verdana, Helvetica, sans-serif;
}

* {
	font-size: 11px;
	color: #0b0b0b;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
}

a {
	color: #1a71d3;
}