|
|
body {
background-color: #4B5362;
text-align: center;
}
a:link, a:visited, a:active {
color: #CCCCCC;
text-decoration: underline;
}
a:hover {
color: #FFFFFF;
text-decoration: none;
}
img {
text-decoration: none;
border: none;
}
td.font {
font-family: Verdana, sans-serif;
font-size: 11px;
padding: 7px;
color: #FFFFFF;
}
.contentfont {
color: #FFFFFF;
font-weight: normal;
}
hr {
width: 80%;
height: 1px;
border-style: dashed;
border-color: #FFFFFF;
}
|