body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea {
  padding: 0px; 
  margin: 0px;
}

html {
  height: 100%;
}

body {
  text-align: center;
}

table {
  border-collapse: collapse; 
  border: 0px; 
  width: 100%;
}

td {
  vertical-align: top;
}

th {
  text-align: left; 
  vertical-align: top;
}

img {
  border: none;
}

h1 {
  font-size: 130%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 110%;
}

p {
  padding:0px 0px 10px 0px;
}

select {
  height: auto; 
  margin: 0px 0px 2px 0px; 
  vertical-align: middle;
}

ul {
  list-style: disc;
  margin: 0px 0px 0px 15px;
}

ol {
  margin: 0px 0px 0px 15px;
}

body, td, th, div, p {
  color: #434343;
  font: normal 12px Vardana, Arial, sans-serif;
  line-height: 130%; 
}

a, a:visited, a:hover {
  color: #7d0b77; 	
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

body {
  background: #6b0865;
}

.invert a {
  text-decoration: none;
}

.invert a:hover {
  text-decoration: underline;
}