/* **************************************************************************** */
/*	Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of 	*/
/*	webarchitects (http://www.webarchitects.co.uk/)				*/
/*										*/
/*	For further information on CSS see these sites:				*/
/*	http://www.w3.org/Style/						*/
/*	http://www.css.nu/							*/
/*	Want answers to your CSS questions? try this usenet group:		*/
/*	comp.infosystems.www.authoring.stylesheets				*/
/*										*/
/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/
/*										*/
/* **************************************************************************** */


/*	Note the use of an absolute URI for the background image		*/
/*	This is a workaround for NN using an address relative to the		*/
/*	.html file rather than the .css file					*/
body {
color: #000000;
background: #FFEDC1 url("/images/bg.gif") repeat-x;
margin: 0;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Paragraph									*/
p {
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Definition list									*/
dl {
color: #000000;
}

/*	Menu									*/
p.menu {
font-size: large;
color: #FFFFFF;
background: #000000;
}

/*	Menu unvisited links							*/
a.m:link,a.m:visited,a.m:active {
color: #FFFFFF;
font-weight: bold;
}

/*	Menu links when hovered over (MSIE only)				*/
a.m:hover {
color: #FFFF00;
font-weight: bold;
}

img.menu {
margin-left: 30px;
margin-right: 30px;
}

td.head {
background-color: #000000;
}

td.head2 {
background: url("/images/head.gif") repeat-x;
}

/*	Unvisited links								*/
a:link,a:visited,a:active {
color: #7A1515;
font-weight: bold;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #000000;
font-weight: bold;
}

/*	Links unordered lists							*/
ul {
margin-left: 60px;
list-style: disc;
color: #000000;
}

/*	The link description							*/
.descript {
font-size: small;
color: #333333;
}

/*	New links								*/
.new {
font-size: x-small;
color: #FF0000;
font-weight: bold;
}

/*	Number of links in categories						*/
.numlinks {
font-size: x-small;
color: #666666;
}

/*	This class is for "Looking for something in particular?"		*/
strong.search {
color: #000000;
font-weight: bold;
}

/*	This class is for "More options"					*/
small.more {
font-size: small;
color: #000000;
font-weight: normal;
}

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
font-size: xx-large;
font-weight: bold;
color: #000000;
margin: 20px 0px 25px 0px;
}

/*	This class is for the error messages					*/
strong.error {
color: #FFFFFF;
font-weight: bold;
}

/*	This is used for the sub headers					*/
h2 {
font-size: large;
font-weight: bold;
}

/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 60px;
}

/*	This is for page $title_linked						*/
strong.title {
font-size: small;
font-weight: bold;
color: #000000;
}

/*	Table cells								*/
td {
font-size: small;
color: #000000;
}

/*	Preformatted text							*/
pre {
margin-left: 60px;
font-size: small;
font-weight: bold;
color: #000000;
}

/*	This is for the page last updated text					*/
small.update {
font-size: x-small;
}


table.main {
border: solid #000000 1px;
}

.mar {
margin-left: 5px;
margin-right: 5px;
}

li.link {
}

ol {
list-style: decimal;
}

ol.front {
list-style: none;
margin: 0;
}


