*{
	margin:	0;
	padding: 0;
}

a:link {
    color:#000;
    text-decoration:underline;
}

a:visited {
    color:#000;
    text-decoration:underline;
}

a:hover {
    color:#000;
    text-decoration:none;
}

a:active {
    color:#000;
    text-decoration:none;
}

body{
	background-repeat:repeat-y;
	background-position: center;
	font-size:14px;
	line-height: 1.6;
	color:#000;
}

img{
	border:none;
}

a img{

	border-style:none;
