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

html { margin:auto;
}

body {
	background-image: url();
	background-color: #000000F;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}



a:link {color: #FFFFFF; text-decoration:none; outline:none;}     /* unvisited link */
a:visited {color: #FFFFFF}  /* visited link */
a:hover {color: #69517b; text-decoration:underline }   /* mouse over link */
a:active {color: #69517b}   /* selected link */
