body {
color: black;
background: #dddddd;
font-family: arial;
font-size: 9pt;
font-weight: bold;
}

#splash {
background: white;
}

#se {
background: #00aa33;
position: absolute;
top: 10px;
left: 10px;
width: 300px;
padding: 10px;
border:solid thick black;
}

#box {
background: #444444;
position: absolute;
top: 140px;
right: 0px;
left: 0px;
border-top:solid 2px black;
border-bottom:solid 2px black;
text-align: center;
padding: 10px;
}

a:link {
color: white;
text-decoration: none;
}

a:visited {
color: white;
text-decoration: none;
}

a:hover {
color: #00ffff;
text-decoration: none;
}

a:active {
color: yellow;
text-decoration: none;
}

#flash {
height:600px;
width:900px;
border:solid 2px #bbbbbb;
}
