body{
font-size:10px;
height:100%;
background:black;
}

#container{
position:relative;
overflow:hidden;
width:1000px;
margin:0pt auto;
}

img {
margin:10px;
}

img.header {
margin:0;
}

.leader {
font-family:arial,sans-serif;
font-weight:bold;
font-size:1.4em;
color:#9C9C9C;
line-height:1.2em;
}

p {
margin-left:10px;
margin-bottom:10px;
margin-right:10px;
margin-top:10px;
}

p.text {
font-size:1.2em;
font-family:georgia,times,serif;
line-height:1.2em;
}

p.caption {
font-size:1.1em;
font-family:georgia,times,serif;
line-height:1em;
color:#707070;
margin-top:0;
}

table {
font-size:100%;/*to keep fonts from double and triple shrinking*/
}
table table{
font-size:100%;
}

a:link {
color:#1C86EE;/*ala BLUE LED*/
}
a:visited {
color:#1C86EE;/*ala BLUE LED*/
}
a:hover {
color:#0000CD;/*dark blue*/
}
