/***************************************
	ThunderOnTheSound.org
	Custom CSS
****************************************
	PiJeoN Queue Productions (c)2010
  by Paul J Narsavage	(May-2010)
***************************************/

/***************************************
GENERAL TEXT
***************************************/
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #0000AA;
	margin: 0;
	background: #FFFFFF;
}

.main {
	background: #330066;
	border: 1px #003300 solid;
	margin: 50px;
}

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	margin-left: 18px;
	margin-right: 6px;
	margin-top: 10px;
	margin-bottom: 8px;
}
h1 {
	color:#900;
	font-size: 48px;
}
td {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}
.red {
	color:#900;
}

.small {
	font-size: 10px;
}
.small a:link { font-size: 10px; }
.small a:visited  { font-size: 10px; }
.small a:active { font-size: 10px; }
.small a:hover { font-size: 10px; }

.hide {
	display: none;
}

.hidden {
	font-size: 1px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

/***************************************
LINKS
***************************************/
a:link {
  font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	cursor: hand;
}
a:active {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	cursor: hand;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
	cursor: hand;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	background-color: #0000FF;
	text-decoration: none;
	cursor: hand;
}

