/* **************************************************************************** */
/*      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;
url("/graphs/fondo3.gif") repeat-y;
}
 
/*      Paragraph                                                               */
p {
margin-left: 0px;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}
 
/*      Definition list                                                         */
dl {
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}
 
/*      Menu                                                                    */
small.menu {
font-size: x-small;
font-weight: bold;
color: #000000;
text-decoration: none;
font-family: "verdana", "arial", "geneva", sans-serif;
}
 
/*      Menu unvisited links                                                    */
a.menulink:link {
color: #FFCC00;
text-decoration: none;
}
 
/*      Menu visited links                                                      */
a.menulink:visited {
color: #FFCC00;
text-decoration: none;
}
 
/*      Menu active links (not widely supported)                                */
a.menulink:active {
color: #FF00FF;
text-decoration: none;
}
 
/*      Menu links when hovered over (MSIE only)                                */
a.menulink:hover {
color: #6699FF;
text-decoration: none;
}

/*      Links unvisited links                                                   */
a.link:link {
font-size: x-small;
color: #006699;
text-decoration: none;
font-family: "verdana", "arial", "geneva", sans-serif;
}
 
/*      Links visited links                                                     */
a.link:visited {
font-size: x-small;
color: #006699;
text-decoration: none;
font-family: "verdana", "arial", "geneva", sans-serif;
}
 
/*      Links active links (not widely supported)                               */
a.link:active {
font-size: x-small;
color: #FF0099;
text-decoration: none;
font-family: "verdana", "arial", "geneva", sans-serif;
}
 
/*      Links when hovered over (MSIE only)                                     */
a.link:hover {
font-size: x-small;
color: #FF9900;
text-decoration: none;
font-family: "verdana", "arial", "geneva", sans-serif;
}
 
/*      Unvisited links                                                         */
a:link {
font-weight: bold;
color: #6633FF;
text-decoration: none
}
 
/*      Visited links                                                           */
a:visited {
font-weight: bold;
color: #0000FF;
text-decoration: none
}
 
/*      Active links (not widely supported)                                     */
a:active {
font-weight: bold;
color: #0000FF;
text-decoration: none
}
 
/*      Links when hovered over (MSIE only)                                     */
a:hover {
font-weight: bold;
color: #CC99FF;
text-decoration: none
}

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

/*      New links                                                               */
sup.new {
font-size: x-small;
color: #FF3300;
/* background: #FF3300; */
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}
 
/*      Popular links                                                           */
sup.pop {
font-size: x-small;
color: #00CCFF;
/* 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: #000066;
background: #FFFFFF;
font-size: x-small;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

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

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

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