/*  Author: Thomas Solga  */
/*  File: nav1.css  */
/*  Copyright Bri-Mac Engineering Limited, 17/06/08  */


/*  font of not used link (light blue)  */
a:link { font-size:14pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#0000ff; text-decoration:none; }

/*  font of visited link (equal to not used link by default)  */
a:visited { font-size:14pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#0000ff; text-decoration:none; }

/*  font of link when mouse pointer is over it (text is underlined) */
a:hover { font-size:14pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#0000ff; text-decoration:underline; }

/*  font of link after klick (red) */
a:active { font-size:14pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#ff0000; text-decoration:none; }


/*  format of 'site map' and 'change language'  */

/*  font of not used link (light blue)  */
a.small { font-size:11pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#0000ff; text-decoration:none; }

/*  font of visited link (equal to not used link by default)  */
a.small:visited { font-size:11pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#0000ff; text-decoration:none; }

/*  font of link when mouse pointer is over it (text is underlined) */
a.small:hover { font-size:11pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#0000ff; text-decoration:underline; }

/*  font of link after klick (red) */
a.small:active { font-size:11pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#ff0000; text-decoration:none; }
