/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
	background-color: #f6f6ee;
	line-height: 1.166;	
	margin: 0px;
	padding: 5px;
}

p {
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

a:link {
		color: #003399;
		text-decoration: underline;
		font-weight: bold;
}

a:visited {
		color: #003399;
		text-decoration: underline;
		font-weight: bold;
}

a:hover {
		color: #993300;
		text-decoration: underline;
		font-weight: bold;
}

/****** Tables *****/

.table1 {
		border: #000000 1px solid;
		background-color: #ffffff;
}

.table2 {border: #000000 1px solid;
		background-color: #cebd9e;
}

/***** Formating ******/

.align_center {
		text-align: center;
}

.align_right {
		text-align: right;
}

.bold {
		font-weight: bold;
}

.italics {
		font-style: italic;
}

.bold_italics {
	font-weight: bold;
	font-style: italic;
}

.pickups {
		COLOR: #990099;
}

.pickupsspecial {
		COLOR: #990099; font-weight: bold
}

.enemies {
		COLOR: #0000CC;
}

.damage {
		color: #FF3300;
}

.secret {
		COLOR: #990000; font-weight: bold
}

.crystal {
		COLOR: #CC0066; font-weight: bold
}

.switch {
		COLOR: #009933;
}

.bug {
		COLOR: #009999;
		font-weight: bold;
}

.bug_italics {
		COLOR: #009999;
		font-weight: bold;
		font-style: italic;
}

.disclaimer {
		font-size: 85%;
}

/*** Sizes ***/

.smaller_size {
		font-size: 95%;
}
