body {
  text-align: center;
  margin:0;
  padding:0;
  background-color:#fff;
  font-family: verdana, arial, sans-serif;
  font-size: 0.9em;
}

img {
  border: none;
}

.logo {
  background: url(artwork/weblogo_pda.png) 0 0 no-repeat;
  width:171px;
  height:34px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

div.paragraph {
  text-align: center;
  margin: 6px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

.smallfont {
  font-size: 0.7em;
}

a:link {
color: blue;
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: blue;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: blue;
font-weight: bold;
text-decoration: underline;
}

#content {
  position: static;
  width: 200px;
  padding: 0 0 0 0; /*top right bottom left*/
  margin-left: auto;
  margin-right: auto;
  border: none;
  text-align: left;
}

#content ul {
     width: 150px;
     font-weight: bold;
     margin-left: 5px;
     text-align: left;
     list-style: none;
}
#content li img{
     position: relative;
     top: 3px
}
