* {
  font-family : Verdana;
  color : #ffffff;
}

html, body, form, div {
  margin : 0px;
  padding : 0px;
}

a img {
  border : none;
}

td {
  vertical-align : top;
}

h1{
  color : #DF3A00;
  font-size : 16px;
}

h2 {
  font-size : 16px;
}

h3 {
  font-size : 14px;
}

input, select, textarea {
  font-size : 10px;
}

p, a, form, td, th, li {
  font-size : 12px;
}

.right {
  text-align : right;
}

.center {
  text-align : center;
}

.submit {
  width : auto;
}

.clear {
  clear : both;
}

.clearRight {
  clear : right;
}

.clearLeft {
  clear : left;
}

