a {
	color : #8470FF;
}

a:visited {
	color : #8470FF;
}

a:hover {
	color : #40FFFF;
}

a:active {
}

body {
	font-family: comic;
	font-style: italic;
	background-color: black;
	color : #40FFFF;
}

h1 {
	font-family: comic;
	font-style: italic;
	text-align: center;
}

h2 {
	font-family: comic;
	font-style: italic;
	text-align: center;
}

h3 {
	font-family: comic;
}

h4 {
	font-family: comic;
}

h5 {
	font-family: comic;
}

h6 {
	font-family: comic;
}

hr {
	color : #8470FF;
	width : 95%;
	height : 2px;
}

img {
	border: none;
}

p {
	font-family: comic;
	font-style: italic;
	line-height: 90%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

p.comic {
	font-family: comic;
	font-style: italic;
	font-weight: normal;
	line-height: 90%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

p.center {
	color: #40FFFF;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: 90%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
}

p.comic-magenta {
	font-family: comic;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: 90%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

table {
	border-width: thin;
	border-spacing: 0px;
	border-style: none;
	border-color: #40FFFF;
	border-collapse: collapse;
	background-color: black;
	width : 75%;
}

table.border {
	border-width: thin;
	border-spacing: 0px;
	border-style: inset;
	border-color: #40FFFF;
	border-collapse: collapse;
	background-color: black;
	width : 75%;
}

table.full {
	border-width: thin;
	border-spacing: 2px;
	border-style: inset;
	border-color: #40FFFF;
	border-collapse: collapse;
	background-color: black;
	width : 100%;
}

table.full-nb {
	border-width: thin;
	border-spacing: 2px;
	border-style: none;
	border-color: #40FFFF;
	border-collapse: collapse;
	width : 100%;
}

th {
	border-width: thin;
	padding: 3px;
	border-style: inset;
}

td {
	font-family: comic;
	font-style: italic;
	text-align : center;
	border-width: none;
	padding-bottom : 3px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 3px;
	border-style: none;
	border-color : #40FFFF;
	background : none;
	background-color: black;
}

td.border {
	text-align: center;
	border-width: 1px;
	border-style: inset;
	padding: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

td.noborder {
	text-align: center;
	border-width: 0px;
	padding: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
}

tr {
	text-align: center;
	border-color: #333333;
}


