BODY  {
	margin: 2%;
	background: white url(backgrounds/stripe_background.png);
	font-size: 12px;
	font-family: verdana, sans-serif;
	color: black;
 }

A:visited  {
	text-decoration: none;
	color: #063;
	font-weight: bold;
 }

A:link {
	text-decoration: none;
	color: #03C;
	font-weight: bold;
 }
 
A:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
 }
 
A:hover  {
	text-decoration: underline;
 }
 
CITE  {
	font-family: monotype, monospace;
	font-style: italic;
	font-size: 12px;
	margin-top: 10px;
	text-indent: 10px;
 }
 
IMG {
	display: block;
	text-align: center;
 }
 
H3 {
	text-align: center;
 }
 
.content {
	border: solid black 2px;
	padding: 8px;
	margin: 0px;
	border-top: 0px;
 }
 
.banner {
	padding: 0px;
	margin-bottom: 10px;
	border: 0px;
	text-align: center;
 }
 
.issue {
	padding: 0px;
	margin-bottom: 10px;
	border: 0px;
	text-align: center;
 }
 
.text_nav {
	text-align: center;
	border: black solid 2px;
	padding: 3px;
 }

.sub_nav {
	border: solid black 2px;
	border-bottom: solid black 2px;
	border-top: solid black 4px;
 }
 
.no_sub_nav {
	border: solid black 2px;
	border-bottom: solid black 0px;
	border-top: solid black 4px;
 }
 
.inline {
	text-align: center;
	display: inline;
 }
 
/*experimental stuff below*/

.floater {
	right: 20px;
	position: fixed;
	background: transparent url(backgrounds/semi2x2b.png);
	width: 100px;
	}
