
A:link 		{ text-decoration: none ; color: #A1B5CE } 
A:visited 	{ text-decoration: none ; color: #54769E }
A:hover 	{ text-decoration: underline; color: #FFFFFF }

body {
	background: #000000;
	color;      #CCCCCC;
}


.banner {
        font-family: Arial, sans-serif;
   	font-variant: small-caps;
   	font-weight: bold;
   	font-size: large;
        text-align: center;
        color: #FFFFFF;
        background-color: #000000;
	background: url('http://www.seismicradio.com/images/background.jpg') center;
	width: 80%;
        border: none;
}

.linkbar a:visited { color: #A1B5CE; text-decoration: none; }
.linkbar a:hover   { color: #FFFFFF; text-decoration: underline; }
.linkbar A:active  { text-decoration: none ; color: #FFFFFF; } 

.linkbar {
   font-variant: small-caps;
   font-weight: bold;
   font-size:   small;
   margin-left: auto;
   margin-right: auto;
   display: table;
   background:  #000000;
}

.toolbar {
  font-variant: small-caps;
}

.toolbar_top a:visited { color: #000000; text-decoration: none; }
.toolbar_top a:link    { color: #000000; text-decoration: none; }
.toolbar_top a:hover   { color: #FFFFFF; text-decoration: none; }
.toolbar_top a:active  { color: #FFFFFF; text-decoration: none; }

.toolbar_top {
   text-align:		center;
   # font-variant: 	small-caps;
   font-weight: 	normal;
   font-family: 	arial,sans-serif;
   margin-left: 	auto;
   margin-right: 	auto;
   display: 		table;
   # background:  	#AAAAAA;
   background:  	#999999;
   color:       	#000000;
   padding-top: 	3px;
   padding-bottom: 	3px;
   width:		98%;
   border-top:    2px solid #C7C7C7;
   border-left:   2px solid #C7C7C7;
   border-bottom: 3px solid #555555;
   border-right:  3px solid #555555;
   # border-style:  outset;
   white-space: nowrap;
}


