/* **************************************************************************** */
/*        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: white;
font-family: verdana, arial, geneva, helvetica, sans-serif;
font-size:8pt;
background: #FF9900 ;
}

/*        Paragraph                                                                        */
p {
margin-left: 60px;
color: white
background:  #FF9900;
font-family: verdana, arial,  geneva, sans-serif;
font-size=10pt;
}

/*        Definition list                                                                        */
dl {
color: white
background: #FF9900;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        Menu                                                                        */
small.menu {
font-size: 8pt;
color: white
background: #FF9900;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        Menu unvisited links                                                        */
a.menulink:link {font-size: 8pt;
color: white;
background: #FF9900;
}

/*        Menu visited links                                                        */
a.menulink:visited {font-size: 8pt;
color: #EFEFEF;
background: #FF9900;
}

/*        Menu active links (not widely supported)                                */
a.menulink:active {font-size: 8pt;
color: white;
background: #FF9900;
}

/*        Menu links when hovered over (MSIE only)                                */
a.menulink:hover {font-size: 8pt;
color: #9F0000;
background: #FF9900;

}

/*        Links unvisited links                                                        */
a.link:link {font-size: 8pt;
color: white;
background: #FF9900;
font-weight:bold;

}

/*        Links visited links                                                        */
a.link:visited {font-size: 8pt;
color: #EFEFEF;
background: #FF9900;
font-weight:bold;
}

/*        Links active links (not widely supported)                                */
a.link:active {font-size: 8pt;
color: white;
background: #FF9900;
font-weight:bold;
}

/*        Links when hovered over (MSIE only)                                        */
a.link:hover {font-size: 8pt;
color: #9F0000;
background: #FF9900;
font-weight:bold;
}

/*        Unvisited links                                                                */
a:link {
color: white;
background: #FF9900
}

/*        Visited links                                                                */
a:visited {
/* color: #FF9900 */
color: white;
background: #FF9900;
}

/*        Active links (not widely supported)                                        */
a:active {
color: white;
background: #FF9900;
}

/*        Links when hovered over (MSIE only)                                        */
a:hover {
color: #9F0000;
background: #FF9900;
}

/*        Links unordered lists                                                        */
ul {
margin-left: 60px;
list-style: disc;
color: white
background: #FF9900;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        The link description                                                        */
span.descript {
font-size: 8pt;
font-weight:bold;
color: white;
background: #FF9900;
font-family: verdana, arial,  geneva, sans-serif;

}

/*        New links                                                                */
sup.new {
font-size: 8pt;
color: #FFFFFF;
background: blue;
font-weight: bold;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        Popular links                                                                */
sup.pop {
font-size: 8pt;
color: #FFFFFF;
background: blue;
font-weight: bold;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        Links date and hits                                                        */
small.date {
font-size: 7pt;
color: white;
background: #FF9900;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        Number of links in categories                                                */
small.numlinks {
font-size: 7pt;
font-weight:bold;
color: blue;
background: #FF9900;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        This class is for "Looking for something in particular?"                */
strong.search {
color: white;
font-size:8pt;
background: #FF9900;
font-weight: bold;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        This class is for "More options"                                        */
small.more {
font-size: 8pt;
color: white
background: #FF9900;
font-weight: normal;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        This is for main headers on all pages *apart* from the home page        */
h1 {
margin-left: 40px;
font-size: 12pt;
font-weight: normal;
border: none;
color: white;
background: #FF9900;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        This class is for the main header on the Links home page                */
h1.home {
margin-left: 100px;
font-size: 18pt;
font-weight: normal;
border: none;
color: white;
background: #FF9900;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        This class is for the error messages                                        */
strong.error {
color: white;
background: #FF3300;
font-weight: bold;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        This is used for the sub headers                                        */
h2 {
margin-left: 10px;
margin-right: 10px;
font-size: medium;
font-weight: bold;
border: none;
color: white;
background: #9F0000;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        This is for the margin for the form elements                                */
div.margin {
margin-left: 60px;
}

/*        This is for page $title_linked                                                */
strong.title {
font-size: 8pt;
font-weight: bold;
color: white
background: #FF9900;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        Table cells                                                                */
td {
font-size: 8pt;
color: white
background: #FF9900;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        This is  for Category Listings table cells                                */
td.catlist {
font-size: 10pt;
color: white
background: #FF9900;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        Preformatted text                                                        */
pre {
margin-left: 60px;
font-size: 8pt;
font-weight: bold;
color: white
background: #FF9900
}

/*        This is for the page last updated text                                        */
small.update {
font-size: 7pt;
font-weight: bold;
color: white;
background: #FF9900;
font-family: verdana, arial,  geneva, sans-serif;
}

/*        This is for the total number of links                                        */
p.grandtotal {
margin-left: 60px;
font-size: 8pt;
font-weight: bold;
color: white;
background: #FF9900;
font-family: verdana, arial,  geneva, sans-serif;
}
