@charset "utf-8";
/* CSS Document */

body{	
	background-color: #000000;
	text-align:center;
}

a:hover{
border:medium #FFFFFF  solid
}
a:link {text-decoration: none;
border: 6px solid #000000;
}
a:visited {text-decoration: none;
border: 6px solid #000000;}
a:active {text-decoration: none;
border: 6px solid #000000;}
a:hover {
	text-decoration: none;
border: 6px solid #fff;
}