/* CSS definition file containing WebLetter stylesheets */
  body { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; color: #000000; }

 A:link { color: green; background: yellow; }
 A:hover { color: #00ffff; background: red; }
 A:visited { color: #990000; background: cyan; }

 img.right { float:right }
 img.left { float:left }

 @font-face {font-family:jokerman;src:url(jokerma1.eot)}
 
 h1 { text-align: center; background: yellow; font-size: 36pt; font-family: jokerman, fantasy; color: red; }

 h2 { font-family: jokerman, fantasy; color: magenta; background: #00ff00; }

 h3 { background: #00ff00; font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; color: #000000; }

 P { background: transparent; font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; color: #000000; }

 P.grn { background: #6600ff; font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; color: #00ff00; }

 P.indent { text-indent: 8pt; font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; color: #000000; background: transparent; }

.ctr { text-align: center; } 

p.rt { text-align: right; }

.cap { font-size: x-large; font-family: jokerman, fantasy; color: #ff0000; background: #6600ff; }

.bgd { background: #ffffcc; font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; color: #000000; }

.cont { text-align: right; font-size: large; }

.note { font-family: 'Times New Roman', Times, 'Times NewRoman', serif; color: #ff0000; background: #cc99ff; font-style: italic; }

.strike { background: transparent; font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; color: #000000; text-decoration: line-through; }

