/* CSS Document */

body {
background-color:#000000;
color:#FFFFFF;
width:400px;
font-family:Georgia, Garamond, Times, serif}


#fact {
width:250px;
float:left;
padding: 10px 0 0 0;
position:relative;
border-color:#FFFFFF;
border-style:dashed;
border-width:1px 0px 0px 0px;
}

#figure {
position:absolute;
width:400px;
left:275px;
padding: 10px 0 0 0;
border-color:#FFFFFF;
border-style:dashed;
border-width:1px 0px 0px 0px;
}

.header {
font-size:13px;
font-style:italic;
}

.bodytext {
font-size:13px;
filter:alpha(opacity=100);
opacity: 1;
}

.bodytext:link {
color:#FFFFFF;
}

img {
border-color:#000000;
border-style:groove;
border-width:1px;
}

a, a:link {
font-style:italic;
text-decoration:none;
filter:alpha(opacity=80);
opacity: 0.8;
}

a:hover {
text-decoration:none;
filter:alpha(opacity=100);
opacity: 1;
color:#2A8C02;
}