/* login.css */

/* set color */
body {
	background-color: #000000;
	background-image: none;
	color: #ffffff;
	font-family: 'MS PGothic','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
}

a { color: #00ffff; }
a:active  { color: #ff00ff; }
a:hover   { background-color: #00ffff; color: #000000; }

/* end */
