body {
	font-family: cursive ;
	font-size: 10pt ;
	color: #FFFFFF ;
}

table {
	font-family: cursive;
	font-size: 10pt;
	color: #FFFFFF;
}

a:link {
	font-family: cursive ;
	font-size: 10pt ;
	text-decoration: none;
	color: #DDDDFF ;
}
a:visited {
	font-family: cursive ;
	font-size: 10pt ;
	text-decoration: none;
	color: #8080FF ;
}
a:hover {
	font-family: cursive ;
	font-size: 10pt ;
	text-decoration: underline;
	color: #AAAAFF ;
}

textarea {
	font-family: cursive ;
	font-size: 10pt ;
	text-decoration: none;
	color: #8888FF;
	background-color: #222220;
}

input {
	font-family: cursive ;
	font-size: 10pt ;
	text-decoration: none;
	color: #8888FF;
	background-color: #222220;
	text-align: center;
}


INPUT.button {
	border: none;
	color:#444444;
	background-color:#AAAAAA;
	font-weight:bold;
	cursor: pointer;
}

.menu {
	visibility:hidden;
	position:absolute;
	z-index: 100;
	border-style: solid;
	border-width: thin;
	border-color: #AAAAAA;
}

.content_div{
	padding-left:15px;
	padding-right:15px;
	text-align:left;
	overflow:auto;
	height:450;
	background-color:#000000;
}

p:first-letter{
	padding-left: 20px;
}

