BODY {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
}

A {
	color : #0000cc;
	text-decoration : none;
	
}

A:HOVER {
	color : #0000cc;
	text-decoration : underline;
	
}

A.big {
	color : #0000cc;
	text-decoration : none;
	font-size : larger;
	font-weight : bolder;
}

A.big:HOVER {
	color : #0000cc;
	text-decoration : underline;
	font-size : larger;
	font-weight : bold;
}

.headerRed {
	color : #cc0000;
	font-weight : bold;
	font-size : larger;
}

.boldRed {
	color : #cc0000;
	font-weight : bold;
}

.boldBlack {
	color : #000000;
	font-weight : bold;
}

.boldBlue {
	color : #0000cc;
	font-weight : bold;
}

.boldBlueBig {
	color : #0000cc;
	font-weight : bold;
	font-size : larger;
}
