/* CSS Document */

body {
		background-color:#000033;
		margin:0px;
		background-image:url(SPARKLINGNIGHT.gif);
		}
	
/* template divs */

#top {
		width:600px;
		height:100px;
		position:absolute; left: 50px; top: 50px;
		border-style: dotted; border-width: 1px; border-color: #330000;
		}
		
#middle {
		width:500px;
		position: absolute; left: 100px; top: 200px;
		border-style: dotted; border-width: 1px; border-color: #003300;
		}
		
#links {
		width:600px;
		height:15px;
		position:absolute; left: 50px; top: 0px;
		border: none;
		}

.top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 5px;
	color:#005300;
	margin: 40px;
}

a:link {
	color: #cc0000;
	text-decoration: none;
}

a:visited {
	color: #440000;
	text-decoration: none;
}

a:active {
	color: #005300;
	text-decoration: none;
}

a:hover {
	color: #005300;
	text-decoration: none;
	background-color: #cc0000;
}

.journalHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #005300;
	line-height: 18px;
	font-weight: bold;
}
.journalTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
	line-height: 18px;
	font-weight: bold;
}
.journalText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	margin: 10px;
}
.redFeel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}
.creditor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005400;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	font-weight: bold;
	margin: 10px;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005400;
	font-weight: normal;
	text-decoration: none;
}