/* CSS Document */

body
{
background-color:#282828;
background-image:url(escher.jpg);
background-repeat:repeat;
}

#content
{
background-color:#000000;
color:#CCCCCC;
position:relative;
left:20px;
top:0px;
width:760px;
padding-left:60px;
padding-top:10px;
padding-right:0px;
padding-bottom:15px;
font-family:"Courier New", Courier, monospace;
font-size:14px;
line-height:19px;
opacity:.9;
border: dotted 1px white;
}

#content a
{color:#ccc;
font-family:"Courier New", Courier, monospace;
font-size:14px;
line-height:19px;
text-decoration:none;}

#content a:visted
{color:#ccc;
font-family:"Courier New", Courier, monospace;
font-size:14px;
line-height:19px;}

#content a:hover
{color:#ccc;
text-decoration:underline;
}

td
{padding-left:10px;
padding-right:10px;
}
