body {
    color : black;
    background-color: white;
    font-family: 'Verdana', 'Lucida Sans', 'Arial', sans-serif;
    font-size: 11px;
}
#htmledit {
  width: 520px;
}

table {
  width : 450px;
}

td {
  padding: 5px;
}

.contentTable {
  padding: 0;
}

.contentTd {
  width: 440px;
  padding: 10px 20px 10px 10px;
}

table.center td, table.center th {
  text-align: center;
}

table.adminMenu {
  background-color: white;
  width: 500px;
  margin: 5px;
}
table.adminMenu td {
  background-color: #e0e0e0;
}
table.adminMenu th {
  background-color: #c0c0c0;
}
table.adminMenu th, table.adminMenu td {
  width: auto;
  text-align: center;
  padding: 2px;
}

a {
    text-decoration: none;
    color: blue;
}

a:focus, a:hover {
    text-decoration: none;
    color: red;
}

img {
  border: 0;
}

u {
    text-decoration: none;
    font-weight: bold;
}

em {
    font-style: normal;
    color : maroon;
    text-decoration: none;
    font-weight: bold;
}

h1, h2, h3 {
  font-family: 'Arial', sans-serif;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

