/*  Author: Thomas Solga  */
/*  File: style.css  */
/*  Copyright Bri-Mac Engineering Limited, 26/04/05  */


/*  font of headline (dark blue, with small caps)  */
h2 { font-size:22pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#000088; font-variant:small-caps; }

/*  font of bigger text (black)  */
h3 { font-size:14pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#000000; font-weight:normal; }

/*  font of small typed address-block at the bottom of every page (dark blue)  */
h4 { font-size:8pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#000099; font-weight:normal; }


/*  font of normal text (black)  */
td { font-size:11pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#000000; }


/*  font of not used link (light blue)  */
a:link { 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: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:hover { font-size:11pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#0000ff; text-decoration:underline; }

/*  font of link after klick (red) */
a:active { font-size:11pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#ff0000; text-decoration:none; }

/*  font of blanks between picture and text in a link (transparent, never underlined) */
a var { font-size:11pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#ffffff; text-decoration:none; }

p {text-align: justify; font-family:Arial,Helv,Helvetica,sans-serif;}

#profil
{
	background-color: lightgrey;
}

#latest
{
	background-color: lightgrey;
}

#banderole
{
	background-color: rgb(196, 210, 234);
	color: rgb(0, 0, 0);
}