
a {
	text-decoration   : none;
}

a:hover {
	text-decoration   : none;
}

a:link {
	text-decoration   : none;
}

a:active {
	text-decoration   : none;
}

a:visited {
	text-decoration   : none;
}  

body {
	font-family : arial;
	font-size   : 14px;
	line-height : 20px;
	color       : #ffffff;
	text-align  : left;
	background-color : #282b2e;
	background-image : url('../images/bg.png');
	background-repeat : repeat;
}
