/*****************************************************************************
*  Module       :  CMA (UK) Holy Joe's website
*  File         :  style.css
*  Description  :  Standard CMA (Holy Joe's) web page styles
*  Author       :  Paul Mitchell
******************************************************************************
*
* Copyright (c) Christian Motorcyclists' Association 2002-2003
* $Id: style.css,v 1.7 2003/04/02 21:43:57 paul Exp $
*
*****************************************************************************/

P, DD, BODY, LI, TH, TD {
	font-family: Helvetica,Arial;
	font-weight: Bold;
	vertical-align: Top;
	color: #FF2200;
}

BODY {
	background-color: #333333;
}

A:VISITED {
	font-family: Helvetica,Arial;
	color: #77CCCC;
	text-decoration: none;
}

A:ACTIVE {
	font-family: Helvetica,Arial;
	color: #FFFF00;
	text-decoration: none;
}

A:LINK {
	font-family: Helvetica,Arial;
	color: #00FFFF;
	text-decoration: none;
}

A:HOVER {
	background-color:#DD00DD;
	text-decoration: none;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Helvetica,Arial;
	color: #FF7700;
}

DT {
	font-family: Helvetica,Arial;
	color: #55CC55;
}

TABLE.Layout {
	empty-cells: show;
	border-style: none;
	vertical-align: top;
}

FONT.HolyJoes {
	font-family: Helvetica,Arial;
	font-weight: Bold;
	font-variant: Small-Caps;
	font-size: 14pt;
}

IMG {
	border: none;
}
