HTML, BODY
{
	color: black;
	background-color: #fffff0;
        /* For better on-screen readabilty */
	font-family: sans-serif;
	text-align: left;
}


BODY
{
	background: #fffff0 no-repeat scroll top left;
	/* top right bottom left*/
	margin: 0.2in 0.2in 0.2in 1in;
}

A:link          { background: transparent; color: #105090; background-color: #fffff0;}
A:visited       { background: transparent; color: #708080; background-color: #fffff0;}
A:active        { background: transparent; color: #803040; background-color: #fffff0;}

H1, H2, H3      { margin: 0in 0in 0in -0.5in; font-weight: bold }
.header         {font-weight: bold }
H1              { font-size: 170% }
H2              { font-size: 140% }
H3              { font-size: 110% }

IMG {margin: 5px}

BLOCKQUOTE      { font-style: italic }


PRE, TT, TEXTAREA
{
	font-family: monospace;
	font-size: small;
}

UL              { list-style-type: disc; margin-bottom: 10pt }
LI              { margin-top: 5pt }
DT              { font-weight: bold }

TD, TH
{
	font-family: sans-serif;
}

CODE
{
font-size: large;
}

#searchnote {
 visibility: hidden;
 font-size: 0;
}

.news {
 color: red;
}

div.contents {
 background-color: #D0CCCC;
 margin: 0.5em 0em 1.5em -0.5in;
 border: 1px solid black;
 width: 20em;
}

div.contents h2, div.contents ul {
 margin: 5px;
 font-size: 110%;
 list-style-type: none;
}

div.contents a {
 background-color: #D0CCCC;
}

#dopplr-logo {
 visibility: hidden;
 height: 0px;
}

.floatright
{
float: right;
width: 340px;
margin: 0 0 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
text-align: center;
}

div.floatright img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}
