/*** Font & colour overrides on default.css & sufficient in BODY to style MCE editor ***/
/* needs more work */

BODY, #sendmessage {
	font-family:Galliard BT, Times New Roman,Times,serif;
	font-size:12pt;
	background-color:white;
	color:rgb(51,51,51);
}

#hed1 {
	font-family:Galliard BT, Times New Roman,Times,serif;
	font-size:20pt;
	background-color:white;
	color:rgb(51,51,51);
}

#hed2 {
	font-family:Galliard BT, Times New Roman,Times,serif;
	font-size:16pt;
	background-color:white;
	color:rgb(51,51,51);
}

A.external:link {
	color:rgb(102,0,153);
}

A.external:visited {
	color:rgb(0,102,153);
}

A.external:hover {
	color:rgb(204,102,0);
}

A.external:active {
	color:rgb(255,153,0);
}

.send_admin, .send_user {
	color:rgb(102,0,153);
	font-weight:bold;
}

.send_admin {
	font-weight:bold
}

.send_admin:hover {
	color:rgb(204,102,0);
	text-decoration:underline;
}

