/* default.css - Default CSS definitions for ng.cowgill.org.uk */

body {
	background-image: url(images/clabkgnd.gif);
	background-color: #000000;
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	}

a:link {color: #FFFFFF }
a:visited {color: #FFFFFF }
a:active {color: #CC0000 }
a:hover {color: #CC0000 }

HR {
	height: 3px;
	width: 100%;
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: #FFFFFF;
	}

h1 { font-weight: bold; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }
h2 { font-weight: lighter; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }
h3 { font-weight: lighter; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }
h4 { font-weight: lighter; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }
h5 { font-weight: lighter; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }
h6 { font-weight: lighter; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }


LI { font-size:100%; font-style: normal; }

.normal { font-size: 100%; font-style: normal; }
.snormal { font-size: 80%; font-style: normal; }
.italic { font-size: 100%; font-style: italic; }
.sitalic { font-size: 80%; font-style: italic; }
.center { font-size: 100%; font-style: normal; text-align: center}
.centre { font-size: 100%; font-style: normal; text-align: center}
.lcenter { font-size: 120%; font-weight: normal; text-align: center}
.bcenter { font-size: 100%; font-weight: bold; text-align: center}
.bcentre { font-size: 100%; font-weight: bold; text-align: center}
.scenter { font-size:80%; font-style: normal; text-align: center}
.scentre { font-size:80%; font-style: normal; text-align: center}
.sleft { font-size:80%; font-style: normal; text-align: left}
.sright { font-size:80%; font-style: normal; text-align: right}
.vsleft { font-size:70%; font-style: normal; text-align: left}
.vscenter { font-size:70%; font-style: normal; text-align: center}
.email { font-size:70%; font-style: italic; }
