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

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

* {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

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

h2 {
	font-size: 12px;
	font-weight: bold;
}

a, a:visited {
	color: #285a9c;
}
