/* (c) Copyright 2005, 2006, 2008, 2010 Tank Riot */

p, h1, h2, h3, h4, h5, h6, ol, ul, li, td, th, blockquote {
		font-family: aharoni clm, helvetica, sans-serif;
		white-space: normal
		}

img {
		border: none
		}

table {
		border: none
		}

body {
		color: #000000;
		background-color: #ffffff
		}

blockquote {
		color: #000033;
		background-color: #ffffff
		}

/* unvisited link */
a:link {
		color: #2f4f4f;
		background-color: transparent
		}

/* visited link */
a:visited {	color: #660000;
		background-color: transparent
		}

/* mouse over link */
a:hover {	color: #cc6600;
		background-color: transparent
		}

/* selected link */
a:active {	color: #ff6600;
		background-color: transparent
		}

.lf {
		float: left;
		vertical-align: text-top;
		padding-left: 0px;
		padding-right: 15px;
		padding-top: 0px;
		padding-bottom: 15px
		}

.rt {
		float: right;
		vertical-align: text-top;
		padding-left: 15px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 15px
		}

ul.none {
		list-style-type: none
		}

.vbox { 
		border: thin solid #000000;
		background-image: url('/img/steelturretvbox2.jpg');
		font-family: courier, monospace;
		top: 5px;
		right: 5px;
		width: 140px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		float: right;
		z-index: 1
		}

.linkbox { 
		border: thin solid #000000;
		background-image: url('/img/linkboxback1.jpg');
		font-family: courier, monospace;
		top: 5px;
		right: 5px;
		width: 120px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		z-index: 2
		}

.topmenu {
		font-size: 100%; /* was 80% for a long time til 2015 updates */
		padding-left: 10px;
		padding-right: 25px;
		padding-top: 1px;
		color: #000000;
		background-color: #ffffee;
		border: thin solid #000000;
		margin-right: 170px;
		top: 5px;
		right: 170px
		}

.midbar {
		font-size: 100%;
		padding-left: 10px;
		padding-right: 25px;
		padding-top: 5px;
		color: #000000;
		background-color: #ffffff;
		border: none;
		margin-right: 0px;
		top: 5px;
		right: 0px;
		float: right;
		}

.main {
		padding-left: 10px;
		padding-right: 25px;
		padding-top: 5px;
		color: #000000;
		background-color: #ffffff;
		border: none;
		margin-right: 170px;
		top: 5px;
		right: 170px
		}

.title {
		letter-spacing: 10px;
		color: #003300;
		background-color: #ffffff;
		font-style: italic;
		font-weight: bold
		}
		
.tiny {
		font-size:0.25em
		}
		