/* At-Rules */
@charset "iso-8859-1";


h2 {color: blue; font:  x-large; font-family:  serif; text-align: left}

h1 {color: navy; font-family:    serif; left: 50%; margin: 3%; text-align: center}

/* sans-serif font to make reading easier */
body {font:  small; font-family: sans-serif; width: 100%}

/* reproducing the brochure style */
P.slogan {color: #0000cc; font-family:  serif; font-size: large; font-weight: bold; text-align: right}

/* link behaviour */
A:link {color: blue; font-family: sans-serif;}

A:hover {background:  silver; color: navy;}

A:active {color: maroon; font-family:  sans-serif;}

A:visited {color: purple; font-family:   sans-serif;}

/* End of style section. Generated by AceHTML at 26/06/02 10:51:41 */
