font.title{
	font-family:  Arial;
	font-size: 26pt;
	color: white;
	}

/* ************** *
 * MAIN HTML TAGS *
 * ************** */

body { font-family: Arial;
       line-height: 20pt;
       color: black;
      }

table { border: 0;
        font-size: 9pt;
      }

img { border: 0; }

a:link, a:visited { color: black;
                    text-decoration: underline;
                  }

a:hover { color: black;
	  text-decoration: underline;
	  background: #A9B6F9;
	}

/* *********** *
 * OWN CLASSES *
 * *********** */

.headline { font-style: bold;
            font-size: 12pt;
            color: red
          }

/* **** *
 * MENU *
 * **** */

.menu { font-size: 9pt;
        line-height: 10pt;
	width: 100%
      }	

.menu a:link, .menu a:visited { text-decoration: none; }

h1 { font-style: bold;
     font-size: 15pt;
     color: black
   }

h2 { font-style: bold;
     font-size: 13pt;
     color: black
   }

h3 { font-style: bold;
     font-size: 12pt;
     color: black
   }