BODY {
	color:green;
	background: white url(bugsbunny.gif) no-repeat fixed center center
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif
}

ADDRESS {
	font-size:0.6em;
	font-style:normal;
	text-align:center;
    text-transform:uppercase
}

BLOCKQUOTE {
	background-color: silver;
	font-size: 0.8em;
	font-style: italic
}

UL {
	list-style: disc url(ding3sm.gif) outside
}

UL B {
	color:rgb(155,0,0)
}

A {
	font-size: 1em;
	font-family:Arial,Helvetica,sans-serif;
	color:white;
	background-color:rgb(128,128,128);
}

A:hover {
	color:yellow;
	background-color:rgb(128,128,128);
	text-transform:uppercase;
	font-weight:bold;
	font-size: 1em;
	text-decoration:none;
}

A:link {
	text-decoration:none;
	color:white;
	background-color:rgb(128,128,128);
}

A:visited {
	text-decoration:none;
	background-color: rgb(128,128,128);
}
.Special {
	color: rgb(153, 102, 6);
	font-weight:bold;
}

DIV.SciArticle {
	padding: 0.5em;
	border-style: solid;
    background-color: rgb(252, 221, 163);
    width: 275px;
	float:right;
	border-bottom-width: 4px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 4px;
}

DIV.SciTitle {
	padding: 0.5em;
	border-style: solid;
    background-color: white;
    border-width: 1px;
	border-color: black;
	}