.default 
{
	font-family: garamond, "Times New Roman", times, serif;
	font-size: 12pt;
	color: #CCCCCC;
	background-color: black;
	margin-left: 1%;
	margin-right: 1%;
}
.menu 
{
	font-family: garamond, "Times New Roman", times, serif;
	font-size: 10pt;
	color: #CCCCCC;
	background-color: black;
	margin-left: 1%;
	margin-right: 1%;
	line-height: 1.2;
}
.reading 
{
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	color: #DDDDDD;
	line-height: 1.5;
	background-color: black;
	margin-left: 1%;
	margin-right: 1%;
}
.code 
{
	font-family: courier, prestige, monospace;
	font-size: 14pt;
	color: #DDDDDD;
	background-color: #000022;
	line-height: 1;
	border: 3px;
	border-style: solid;
	margin-right: 10%;
	padding-left: 1%;
}

.steve 
{
	color: #DDDDDD;
	background-color: #000022;
	border: 3px;
	border-style: solid;
	margin-right: 10%;
	padding: 1%;
	margin-bottom: 3px;
}

.todd 
{
	color: #DDDDDD;
	background-color: #002200;
	border: 3px;
	border-style: solid;
	margin-right: 10%;
	padding-left: 1%;
	margin-bottom: 3px;
}


.noborder { border-style: none;}
.nobreak { padding: 0px; border: 0px; margin: 0px; }

.over { text-decoration: overline; }
.bold { font-weight: bold; font-size: 100%; }
.under { text-decoration: underline; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

#banner{
background: #660066;
margin:0px;
padding:0px;
}

.nojs
{
	background-color: #000000;
	color: #FFFF00;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	border: 0px;
	border-style: solid;
	padding-top: 0px;
	margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 
{ 
	text-align: center;
	line-height: 0px;
	padding-top: 1em;
	padding-bottom: 0px;
}
A:link {color:lime}
A:visited {color:red}
A:active {color:green}
A:hover {color:yellow}
A:focus  {color:yellow}