html, body {
background-color: #9ACEE9;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
margin: 0px;
overflow: none;
padding: 0px 0px 0px 0px;
color: #000000;
height: 100%;
width: 100%;
text-align: center;
}
body.dark {
background-color: #00405E;
}
a {
color: #008AC8;
font-weight: bold;
text-decoration: none;
}
#flashMain {
position: absolute;
margin: 0px;
left: 0px;
top: 0px;
background-color: #9ACEE9;
color: #000000;
overflow: hidden;
width: 964px;
height: 600px;
font-size: 10px;
}
#htmlText {
position: absolute;
display: none;
background-color: #9ACEE9;
color: #000000;
overflow: auto;
margin: 0px;
padding: 0px;
left: 0px;
top: 0px;
width: 964px;
height: 355px;
font-size: 12px;
}
#article {
text-align: left;
margin: 14px;
font-size: 12px;
overflow: auto;
}
#article p.title {
font-size: 14px;
font-weight: bold;
}
#article td {
font-size: 12px;
}
#articlenav {
text-align: left;
padding: 8px;
background-color: #008AC8;
color: #ffffff;
font-size: 14px;
font-weight: bold
}
#articlenav img {
vertical-align:middle;
}
#articlenav a {
color: #FFFFFF;
text-decoration: none;
}