/* CSS for Interstelen 
 *
 * $Id $ $Date: 2006/09/13 $
 */

a:link {color: #ff0;}
a:visited {color: #990;}
a:hover {color: #000; background: #ff0;}
a:active {color: #00f;}

body {
	color: white; 
	background: black; 
	font-family: Verdana, sans-serif;
}

div {
	margin-left: 10em;
	margin-right: 10em;
}

h1 {
	text-align: center; 
	color: #ff0; 
	text-transform: uppercase;
}

#main {
	border-top: solid; 
	border-bottom: solid; 
	border-width: 1px;
	margin-bottom: 1em;
}

#firstWords {font-weight: bold;}
#tagline {color: #ff0; font-weight: bold;}

.Quote {
	float: right; 
	background: #330; 
	font-size: x-small; 
	padding: 1em;
	margin: 1em;
	width: 15em;
}

.Author {
	display: block; 
	margin-top: 1em; 
	font-weight: bold; 
	text-align: right;
}

.Date {
	display: block; 
	font-style: italic; 
	text-align: right;
}

/*
.Date:before {content: "(";}
.Date:after {content: ")";}
*/

#footer {text-align: center;}
#contact {font-style: italic;}
