/* Copyright (c) Coleman Stavish 2010 */

body {

	background-color:black;
	font-family:"Courier New";
	color:white;
	font-size:.7em;

}

a { color:#46B249; }
a:hover { color:#42BEF3; }

.infoBox {

	background-color:#3A3D3B;
	color:#46B249;
	border:1px solid white;
	height:155px;
	width:300px;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	margin-top:40px;

}

.infoBox:hover {

	border:1px solid #42BEF3;

}