@charset "utf-8";

a:link {text-decoration: none; color:#f2655b; border:none;}
a:visited {text-decoration: none; color:gray; border:none;}
a:active {text-decoration: none; color:gray; border:none;}
a:hover {text-decoration: underline; color:#68bf73; border:none;}

html {}

body { 
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0 auto;
	padding: 0;
background-color:black;
scrollbar-base-color: black;
scrollbar-arrow-color: black;
}

	
p {
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

img 
{
 border:0;
}




