.colored:hover
{
  background-color: #f0f0f0;
}

img { 
    border: 1pt;
    border-color: White;
}
body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background: white;
    color: black;
    margin: 5pt; 
}

p.rightmenu {
    text-align: right;
}

h2 {
    color: black;
    background: white;
    font-size: 14pt;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    background: Black;
    color: white;
}

a:visited {
    background: transparent;
    color: #526b8c;
}

a.dl {
    border-bottom-width: thin;
    border-bottom-style: dashed;
}

td.center {
    text-align: center;
}

td.nowrap { 
    white-space: nowrap;
}

blockquote.center {
    text-align: center;
}

div.presentation {
  position: relative;
  width: 100%;
  height: 80px;
}

.right {
  position: absolute;
  right: 1px;
  top: 1px;
}


