﻿body {
	margin-top:0px; 
	margin-bottom:0px; 
	line-height:1.0;  
	font-family: 'Times New Roman', Times, serif; 
	font-size:14px; 
	color:#333333; 
	background-color:#CCCCCC
}

P.epic:first-letter {
	font-size: 47px; 
	float: left; 
	color: #996633; 
	padding-right: 5px; 
	margin-top: 6px;
	margin-left: -5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height:0.9
}
P.epic {
	margin-bottom:40px;
	color: #333333
}

P.epicbrown:first-letter {
	font-size: 47px; 
	float: left; 
	color: #996633; 
	padding-right: 5px; 
	margin-top: 6px;
	margin-left: -5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height:0.9
}
P.epicbrown {
	margin-bottom:40px;
	color: #996633; 
}

P.epicblack:first-letter {
	font-size: 47px; 
	float: left; 
	color: #333333; 
	padding-right: 5px; 
	margin-top: 6px;
	margin-left: -5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height:0.9
}
P.epicblack {
	margin-bottom:40px;
	color: #333333; 
}

P {
	margin-bottom:10px
}

TD {
	margin: 0px;
	padding: 0px
}

pre{
padding:10px;margin:2px;border:1px dotted #f52;background:#f8f8f8; 
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.brown {
	color: #BB8E50;
}

.white {
	font-size:16px;
	color: #F0F0F0;
}

.gray {
	color: #606060;
}

A.lang:link {
	font-size:20px; font-weight:normal;
	text-decoration:none;
	color:#F5F5F5;
}
A.lang:hover {
	font-size:20px; font-weight:normal;
	color:#F5F5F5;
	text-decoration:none;
}
A.lang:visited {
	font-size:20px; font-weight:normal;
	text-decoration:none;
	color:#F5F5F5;
}
A.lang:active {
	font-size:20px; font-weight:normal;
	text-decoration:none;
	color:#F5F5F5;
}

A.white:link {
	text-decoration:underline;
	color:#F0F0F0;
}
A.white:hover {
	color:#F0F0F0;
	text-decoration:none;
}
A.white:visited {
	color:#F0F0F0;
}
A.white:active {
	color:#F0F0F0;
}
 
A:link {
	text-decoration:underline;
	color:#333333;
}
A:hover {
	color:#996633;
	text-decoration:none;
}
A:visited {
	color:#333333;
}
A:active {
	color:#996633;
}

INPUT {
	border:none;
	background-color:#e9e9e9;
	width:170px;
	height:20px;
	margin-bottom:10px;
	margin-top:2px;
}

TEXTAREA {
	border:none;
	background-color:#e9e9e9;
	width:170px;
	height:100px;
	margin-bottom:10px;
	margin-top:2px;
}

INPUT.BUTTONSTYLE {
	background-color:#FFFFFF;
	border-bottom-style:none;
	border-left-style:solid;
	border-left-width:4px;
	border-right-style:solid;
	border-right-width:4px;
	border-top-style:none;
	border-left-color:#996633;
	border-right-color:#996633;
	width:80px;
	height:20px;
	font-family: 'Times New Roman', Times, serif; 
	font-size:14px; 
	color:#333333;
}

LI {
    list-style-type:square;
}

