body {
font: 90% Arial, Helvetica, sans-serif;
background-color: rgb(26, 24, 24);
color: white;
}
a:link {
color: white;
text-decoration: none;
}
a:visited {
color: rgb(255, 255, 0);
text-decoration: none;
}
a:hover {
color: rgb(255, 255, 0);
text-decoration: underline;
}
a:hover img {
border: 1px rgb(184, 217, 137) solid;
}
a:focus {
outline: none;
}
img {
border: none;
}
.stdbdr {
border: 1px rgb(26, 24, 24) 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: 0 auto;
border: none;
}
table td {
padding: 0;
}
table.padded {
padding-bottom: 10px;
}
.center {
text-align: center;
}
td.center {
text-align: center;
}
td.right {
text-align: right;
}
td.top {
vertical-align: top;
}
