@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #CCCCCC;
	height: 60px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	background-color: #000000;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.LIST {
	color: #666666;
	font-size: 24px;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
}

.headline {font-size: 18px}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}

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

a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #1990000;
	text-decoration: none;
}

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

a.pagelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #660000;
}
a.pagelink:hover {
	text-decoration: none;
	color: #FF3333;
}

a.pageINF {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #669933;
}
a.pageINF:hover {
	text-decoration: none;
	color: #99CC33;
}

a.pageORG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9966;
}
a.pageORG:hover {
	text-decoration: none;
	color: #CC6600;
}

a.pageOUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC33CC;
}
a.pageOUT:hover {
	text-decoration: none;
	color: #FF0OFF
}

a.pageWHY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6666;
}
a.pageWHY:hover {
	text-decoration: none;
	color: #FF3333;
}
a.pageMENU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
}
a.pageMENU:hover {
	text-decoration: none;
	color: #666666;
}

a.pageOTHER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
}
a.pageOTHER:hover {
	text-decoration: none;
	color: #6699FF;
}
