/***  FONT DECLARATIONS  **********************************************************************/
@font-face {
 font-family: Grinched;
 src: url("http://themadhousereading.co.uk/fonts/Grinched.eot") /* EOT file for IE */
}
@font-face {
 font-family: Grinched;
 src: url("http://themadhousereading.co.uk/fonts/Grinched.ttf") /* TTF file for CSS3 browsers */
}
/**********************************************************************************************/
td.heading {
	font-family: Grinched;
	font-size: 32px;
	font-weight: bold;
}
td.content {
	font-family: Grinched;
	font-size: 19px;
	line-height: 16pt;
	letter-spacing: 1px;
}
td.footer {
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
}
/**********************************************************************************************/
a:link {
	color: #F20000 !important;
	text-decoration: underline !important;
}
a:visited {
	color: #F20000 !important;
	text-decoration: underline !important;
}
a:active {
	color: #000000 !important;
	text-decoration: underline !important;
}
a:hover {
	color: #000000 !important;
	text-decoration: underline !important;
}
/***  COLOURS  **********************************************************************/
.blue {
	color: #0033FF;
}
.red {
	color: #FF0000;
}
.orange {
	color: #FF9933;
}
.green {
	color: #009933;
}
.black {
	color: #000000;
}
/***  ALIGNMENT  **********************************************************************/
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center, .centre {
	text-align: center;
}
/**********************************************************************************************/