@charset "utf-8";
body {
	background-color: #262628;
	margin: 0px;
}
p {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
}
.text2 {
	text-align: left;
}

a:link {
	color: #6083b6;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6083b6;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
img
{
	border: 0px;
}

