/*   h1=255,126,0      */
  h1 { font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin-top: 15px;
    margin-bottom: 15px;
    }

  h5 { font-family: arial,helvetica,sans-serif;
    font-size: 10px;
    color: rgb(70, 70, 70);
    margin-top: 15px;
    margin-bottom: 2px;
    }
	
  p { font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    margin-top: 5px;
    color: rgb(0, 0, 0);
    }

  a:link { font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: rgb(0, 0, 0);
    }

  a:visited { color: rgb(0, 0, 0);
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    }

  a:active { color: rgb(0, 0, 0);
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    }

  a:hover { font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    text-decoration: underline;
    color: rgb(0, 0, 0);
    font-weight: bold;
    }