body {
font: 90% Arial, Helvetica, sans-serif;
background-color: #1a1818;
color: #ffffff;
}

a:link {
color: #ffffff;
text-decoration: none;
}

a:visited {
color: #ffff00;
text-decoration: none;
}

a:hover {
color: #ffff00;
text-decoration: underline;
}

a:hover img {
border: 1px #b8d989 solid;
}

a:focus {
outline: none;
}

.stdbdr {
border: 1px #1a1818 solid;
margin-bottom: 10px;
}

.specialize {
font-size: 0.9em;
}

table {
margin: 0 auto;
}

.imgFloatLeft {
float: left;
margin: 0 10px 10px 0;
}

table {
width: 595px;
margin-left: auto;
margin-right: auto;
border: none;
}

table td {
padding: 0;
}

table.padded {
padding-bottom: 10px;
}

.center {
text-align: center;
}