  /* for Loxosceles. by Beth Skwarecki, 2000 */
/* ideas contained herein are stealable. Enjoy. */

HR{
height: 1px;
}

HTML BODY{
background-color: #ffffff;
color: #000000;
}

BODY, TD{
font-family: "trebuchet ms", verdana, geneva, tahoma, sans-serif;
font-size: 0.9em;
}
/* please note that arial sucks. Even on PCs. And I'm not fond of helvetica,
either. */

P{
text-indent: 2em;
margin-left: 2em;
margin-right: 2em;
}

.noindent{
text-indent: 0;
}

H1, H2, H3, H4, H5, UL, OL{
margin-left: 2em;
margin-right: 2em;
}

H1{
font-size: 2em;
}

BLOCKQUOTE{
font-size: 0.9em;
margin-left: 4em;
}

DIV.maincontent A:link{
color: #0000ff;
}

/* this is where the empty A was  */

/* this is where the empty A:link was */

A:hover{
text-decoration: none;
}

A:visited{
color: #8000ff;
}

/* this is where the empty A:active was */

DIV.maincontent{
background-color: #b7beb0;
color: #000000;
position: relative;
border: thin solid #000000;
}

DIV.sidebar{
background-color: #000000;
color: #aaaaaa;
position: relative;
width: 200px;
left: 2px;
top: 2px;
}


DIV.rightside{
background-color: #000000;
color: #aaaaaa;
position: absolute; 
width: 65%;
left: 280px;
top: 0;
display: block;
}

DIV.footer{
background-color: #000000;
color: #aaaaaa;
width: 100%;
position: relative;
}




