body {
	color: #cacaca;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background-color: #000;
	margin: 0 auto;
}
.clear {
	clear: both;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
	line-height: 1.7em;
}




a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}






h2 {
	font-size: 1.8em;
	line-height: 1em;
}
.font_med {
	font-size: medium;
}
.font_large {
	font-size: large;
}
.font_xlarge {
	font-size: x-large;
}
.center {
	text-align: center;
}

.justify {
	text-align: justify;
}
.yellow {
	color: yellow;
}
.orange {
	color: orange;
}
#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1040px;
}
