  <style> 

  H1 {
    font-family : Verdana;
	font-weight: bold;
    font-size: 22px;
    color: #E5E5E5;
  }
  strong {
    font-family : Tahoma;
	font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
  }
  H2 {
    font-family : Verdana;
	font-weight: bold;
	font-style : italic;
    font-size: 13px;
    color: #FFFFFF;
  }
  H3 {
    font-family : Arial;
	font-weight: bold;
    font-size: 16px;
    color: #E5E5E5;
  }
  BODY {
    font-family : Arial;
	font-size: 14px;
    color: #E5E5E5;
  }
  INPUT {
    font-weight: bold;
    font-size: 15px;
  }
  TEXTAREA {
    font-size: 15px;
  }
  TABLE,TD,P {
    font-size: 8pt;
    color: #E5E5E5;
  }
  P {
	line-height : 1.2;
    visibility: visible;
  }
  A {
    color: #FFFFFF;
    text-decoration : underline;
  }
  A:visited {
    text-decoration : underline;
  }
  A:hover {
    color: #FFFF00;
	text-decoration : underline;
  }
  A.Menu {
    font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
    text-decoration : none;
  }
  A.Menu:hover {
    font-size: 15px;
	font-weight: bold;
	color: #FFFF00;
    text-decoration : none;
  }
  A.Menu:active {
    font-size: 15px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration : none;
  }
  A.Menu:visited {
  text-decoration : none;
  }
  A.Submenu {
    font-size: 13px;
    color: #FFFFFF;
    text-decoration : none;
  }
  A.Submenu:visited {
    font-size: 13px;
    color: #FFFFFF;
    text-decoration : none;
  }
  A.Submenu:hover {
	color: #FFFF00;
    text-decoration : underline;
  }
  A.Up {
    color: #FFFFFF;
    text-decoration : none;
  }
  A.Up:visited {
    text-decoration : none;
  }
  A.Up:hover {
	color: #FFFF00;
    text-decoration : none;
  }
  IMG.album {
	border-width:1px;
	border-color:#eeeeee;
	margin-right:10px;
  }