
h1 {
    font-family: helvetica;
    font-size: 25px;
    color: #660000;
  }


h2 {
    font-family: Helvetica;
    font-size: 16px;
    color: white;
  }


img {
    border-width: 0px;
    vertical-align: top;
    padding: 0px;
  }



A {
    font-weight: normal;
    text-decoration: none;
    color: white;
    background: transparent;
    font-family: Helvetica;
    font-size: 9pt;
  }


A:hover {
    color: yellow;
  }


span {
	background: transparent;
	font: 9pt Helvetica;
	color: white;
}


table {
    border-spacing: 0px;
    border-width: 0px;
    padding: 0px;
  }


p {
	background-color: transparent;
	color: white;
	text-indent: 30px;
	font: 9pt Helvetica;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
}


textarea {
    font-family: Helvetica;
    font-size: 15px;
    width: auto;
    border-width: 1px;
    border-style: solid;
    border-color: black;
  }


text {
    color : #660000;
    font-family : helvetica;
    font-size : 9pt;
  }


.input-submit {
	background: #f5cc55;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	border-width: 1px;
	border-color: Black;
	border-style: solid;
}

ul {
    background: transparent;
    color : white;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 9pt;
    width: auto;
    height: auto;
  }

li {
    background: transparent;
    color : white;
    font-family: Helvetica;
    font-size: 9pt;
    width: auto;
    height: auto;
  }

