body {
background-color: #000000;
background-image: url(station.jpg);
color: #ffffff;
margin: 10px;
font-family: verdana,arial,helvetica;
font-size: 10pt;
text-align: left;
scrollbar-face-color: #222222;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #111111;
scrollbar-highlight-color: #333333;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #000000;
}
#text {
position: absolute;
left: 10px;
top: 10px;
width: 60%;
height: auto;
margin: 0px;
border: 0px;
padding: 5px;
background-color: #37303f;
}
#black {
color: #000000;
}
p {
text-align: left;
}
p.center {
text-align: center;
}
p.right {
text-align: right;
}
p.sub {
text-align: left;
font-size: 8pt;
}
p.subc {
text-align: center;
font-size: 8pt;
}
h3 {
color: #ffffff;
text-align: left;
font-size: 10pt;
font-weight: bold;
}
h3.center {
color: #ffffff;
text-align: center;
font-size: 10pt;
font-weight: bold;
}
h3.right {
color: #ffffff;
text-align: right;
font-size: 10pt;
font-weight: bold;
}
h2 {
color: #ffffff;
text-align: left;
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
}
h2.center {
color: #ffffff;
text-align: center;
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
}
h2.right {
color: #ffffff;
text-align: right;
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
}
h1 {
color: #ffffff;
text-align: left;
font-size: 12pt;
font-weight: bold;
}
h1.center {
color: #ffffff;
text-align: center;
font-size: 12pt;
font-weight: bold;
}
h1.right {
color: #ffffff;
text-align: right;
font-size: 12pt;
font-weight: bold;
}
a:link {
color: #c0c0c0;
}
a:visited {
color: #808080;
}
a:active {
color: #000000;
background: #ffffff;
}
a:hover {
color: #000000;
background-color: #ffffff;
}
