@charset "utf-8";
/* CSS Document */
/*
Site: http://www.kryztalcash.com
Version:  1.0
Author: Thumbdesigner.com
Author URI:  http://www.thumbdesigner.com
*/


body {
	font: 100% "Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#fff;
	text-align:left;
	background-color:#372f29;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a {
	text-decoration: none;
	color: #fff;
	font-size:11px;

}
a:hover {
	color: #fff29f;
	font-size:11px;

}
a:visited {
	color: #fff;
	font-size:11px;

}
a:active {
	color: #fff;
	font-size:11px;

}

