/* **************************************************************************** */
/*										*/
/*   Style sheet for Links by Franz Dienstknecht (webmaster@dream-page-2000.de) */
/*   of webarchitects (http://www.dream-page-2000.de/)				*/
/*										*/
/*	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: #000066;
; background-color: #F7F4F4
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px
; margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 5px
; background-attachment: fixed
; background-position: center left
; text-align: left; vertical-align: top
; height: 0px; clip:  rect(   )
; scrollbar-face-color:#ECE7E6
; scrollbar-track-color:#C0C0C0
; scrollbar-arrow-color:#ffffff
; scrollbar-shadow-color: #5880A7
; scrollbar-3dlight-color: #FFFFFF
; scrollbar-darkshadow-color: black
}

/*	Menu									*/
small.menu {
font-size: small;
color: #660066;
font-family: Georgia, "Times New Roman", Times, serif;
}

/*	Menu unvisited links							*/
a.menulink:link {
color: #000066;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px
; text-decoration: none
}

/*	Menu visited links							*/
a.menulink:visited {
color: #000066;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px
; text-decoration: none
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #000066;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px
; text-decoration: none
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #000066;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; text-decoration: underline overline
}

/*	Links unvisited links							*/
a.link:link {
color: #000066;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; text-decoration: none
}

/*	Links visited links							*/
a.link:visited {
color: #000066;
background: #F7F4F4;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px
; text-decoration: none
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #000066;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px
; text-decoration: none
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #000066;
; text-decoration: underline overline; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px
}

/*	Unvisited links								*/
a:link {
color: #000066;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px
; text-decoration: none
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #000066;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px
; text-decoration: none
}

/*	Active links (not widely supported)					*/
a:active {
color: #000066;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px
; text-decoration: none
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #000066;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; text-decoration: underline overline
}

/*	Popular links								*/
sup.pop {
font-size: x-small;
color: #0033FF;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
}

/*	Links date and hits							*/
small.date {
font-size: x-small;
color: #0066CC;
font-family: Georgia, "Times New Roman", Times, serif;
}

/*	This class is for "Looking for something in particular?"		*/
strong.search {
color: #000066;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
}

/*	This class is for the error messages					*/
strong.error {
color: #FF3300;
background: #FF3300;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
}