/* Main style sheet for NineChime.com */

/* Pseudo class styles */
a:link {
	color: #b363b5;
}
a:visited {
	color: #b363b5;
}
a:hover {
	color: #ff00cc;
}
a:active {
	color: #ff00cc;
}


/* Tag styles */
body {
	margin: 0;
	font-family: "Arial", "Helvetica", sans-serif;
	background-color: white;
	background-image: url("CheckerSwish.gif");
}
hr {
	color: black;
}

.menulink {
	color: white;
	font-size: .9em;
	font-weight: bold;
}
a.menulink:link, a.menulink:visited, a.menulink:active {
	color: white;
}
a.menulink:hover {
	color: yellow;
}
.linkbox {
	padding: 15px 0 15px 0;
	width: 150px;
	text-align: center;
	background-color: white;
	background-image: url("Tabs/TextBack.gif");
}
.quote {
	color: white;
	font-size: 10pt;
}
.blanktype {
	padding: 0;
	border: 0;
}
.news {
	margin: 2em 1em 2em 1em;
	font-size: .9em;
}
.newsflash {
	margin: 0;
	padding: 0;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 1.5em;
	text-align: center;
	text-decoration: underline;
}
.news p {
	text-indent: 30pt;
	text-align: justify;
}


/* Sections */