body {
  font-family: Arial, Helvetica, san-serif;
  background-color: White;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

ul { 
  list-style-type : square; 
}

table.ninety {
  width: 90%
}

table.eighty {
  width: 80%
}

.left, form, UL {
  text-align: left;
}

.left table { 
  margin-left: 0x;
  margin-right: 0x;
  text-align: left;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.center, .message {
  text-align: center;
}

.center table { 
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.logo {
  font-size: xx-large
}

.publications {
  font-size: smaller
}

.header, .footer, .header a, .footer a {
  color: White;
  background-color: #000099;
  font-weight: bold;
  text-decoration: none
}
.header A:hover, .footer a:hover {
  text-decoration: underline
}
.header table, .footer table {
  width: 100%;
}
.header tr {
  text-align: center;
}
.header td, .footer td {
  border-style: solid;
  border-color: White;
  border-width: 0px;
}

#title {
	font-size:175%;
	font-weight: bold;
	padding-bottom:20px;
	}
