/* **************************************************************************** */
/*      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: #FFFFFF ;
}

/*      Paragraph                                                               */
/*p {                                                                           */
/*margin-left: 60px;                                                            */
/*color: #000000;                                                               */
/*background: #FFFFFF;                                                          */
/*font-family: "verdana", "arial", "geneva", sans-serif;                        */
/*}                                                                             */

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

/*      Menu                                                                    */
small.menu {
font-size: small;
color: #000000;
/*background: #FFFFFF;                                        */
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*      Menu unvisited links                                                    */
a.menulink:link {
color: #0000FF;
/*text-decoration:none;    */
/*background: #FFFFFF;                                        */
}

/*      Menu visited links                                                      */
a.menulink:visited {
color: #6666FF;
/*text-decoration:none;    */
background: #FFFFFF;                                        */
}

/*      Menu active links (not widely supported)                                */
a.menulink:active {
color: #FF0000;
/*background: #FFFFFF;                                        */
}

/*      Menu links when hovered over (MSIE only)                                */
a.menulink:hover {
color: #FF0000;
text-decoration:underline;
/*background: #FFFFFF;                               */
}

/*      Links unvisited links                                                   */
a.link:link {
color: #0000FF;
/*text-decoration:none;    */
/*background: #FFFFFF;                               */
}

/*      Links visited links                                                     */
a.link:visited {
color: #6666FF;
/*text-decoration:none;    */
/*background: #FFFFFF;                               */
}

/*      Links active links (not widely supported)                               */
a.link:active {
color: #FF0000;
/*background: #FFFFFF;                               */
}

/*      Links when hovered over (MSIE only)                                     */
a.link:hover {
color: #FF0000;
text-decoration:underline;
/*background: #FFFFFF;                               */
}

/*      Unvisited links                                                         */
a:link {
color: #0000FF;
/*text-decoration:none;    */
/*background: #FFFFFF;                                     */
}

/*      Visited links                                                           */
a:visited {
/* color: #FFFFFF; */
color: #0000FF;
/*text-decoration:none;    */
/*background: #FFFFFF;                                     */
}

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

/*      Links when hovered over (MSIE only)                                     */
a:hover {
color: #FF0000;
text-decoration:underline;
/*background: #FFFFFF;                                     */
}

/*      Alternate color: Menu unvisited links                                   */
a.altlink:link {
color: #CCCCCC;
/*text-decoration:none;    */
}
/*      Alternate color: Menu visited links                                     */
a.altlink:visited {
color: #CCCCCC;
/*text-decoration:none;    */
}
/*      Alternate color: Menu active links (not widely supported)               */
a.altlink:active {
color: #FFFFFF;
}
/*      Alternate color: Links when hovered over (MSIE only)                    */
a.altlink:hover {
color: #FFFFFF;
text-decoration:underline;
}

/*      Gray-to-white: unvisited links                                   */
a.graywhite:link {
color: #CCCCCC;
/*text-decoration:none;    */
}
/*      Gray-to-white: visited links                                     */
a.graywhite:visited {
color: #CCCCCC;
/*text-decoration:none;    */
}
/*      Gray-to-white: active links (not widely supported)               */
a.graywhite:active {
color: #FFFFFF;
}
/*      Gray-to-white: when hovered over (MSIE only)                    */
a.graywhite:hover {
color: #FFFFFF;
text-decoration:underline;
}

/*      Blue-to-red: unvisited links                                   */
a.bluered:link {
color: #0000FF;
/*text-decoration:none;    */
}
/*      Blue-to-red: visited links                                     */
a.bluered:visited {
color: #0000FF;
/*text-decoration:none;    */
}
/*      Blue-to-red: active links (not widely supported)               */
a.bluered:active {
color: #FF0000;
}
/*      Blue-to-red: when hovered over (MSIE only)                    */
a.bluered:hover {
color: #FF0000;
text-decoration:underline;
}

/*      Gray-to-red: unvisited links                                   */
a.grayred:link {
color: #666666;
/*text-decoration:none;    */
}
/*      Gray-to-red: visited links                                     */
a.grayred:visited {
color: #666666;
/*text-decoration:none;    */
}
/*      Gray-to-red: active links (not widely supported)               */
a.grayred:active {
color: #FF0000;
}
/*      Gray-to-red: when hovered over (MSIE only)                    */
a.grayred:hover {
color: #FF0000;
text-decoration:underline;
}

/*      LtBlue-to-white: unvisited links                                   */
a.ltbluewhite:link {
color: #CCFFFF;
/*text-decoration:none;    */
}
/*      LtBlue-to-white: visited links                                     */
a.ltbluewhite:visited {
color: #CCFFFF;
/*text-decoration:none;    */
}
/*      LtBlue-to-white: active links (not widely supported)               */
a.ltbluewhite:active {
color: #FFFFFF;
}
/*      LtBlue-to-white: when hovered over (MSIE only)                    */
a.ltbluewhite:hover {
color: #FFFFFF;
text-decoration:underline;
}

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

/*      The link description                                                    */
span.descript {
font-size: xx-small;
color: #333333;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*      New links                                                               */
sup.new {
font-size: x-small;
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*      Popular links                                                           */
sup.pop {
font-size: x-small;
color: #FFFFFF;
background: #00CCFF;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*      Links date and hits                                                     */
small.date {
font-size: x-small;
color: #666666;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*      Number of links in categories                                           */
small.numlinks {
font-size: x-small;
color: #666666;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

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

/*      This class is for "More options"                                        */
small.more {
font-size: small;
color: #000000;
background: #FFFFFF;
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: large;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*      This class is for the main header on the Links home page                */
h1.home {
margin-left: 40px;
font-size: x-large;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

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

/*      This is used for the sub headers                                        */
h2 {
margin-left: 40px;
font-size: medium;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

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


/*      Preformatted text                                                       */
pre {
margin-left: 60px;
font-size: small;
font-weight: bold;
color: #000000;
background: #FFFFFF;
}

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








