/* CSS Document */

	body {
		font-family: courier new, courier, arial, helvetica, sans-serif;
		margin: 50px;
	}

	.index {
		white-space:nowrap;
		line-height: 11pt;
		background-color: #000;
		color: #fff;
		font-size:12px;
		width: 100%;
		height: 100%;
		border: 0;
		text-align: center;
		letter-spacing: 1px;
	}
	
	.no {
		width: 100%;
		text-align:center;
		position:fixed;
	}

	img {
		padding: 20px;
	}

	a:visited, a:link, a:active {
		text-decoration: none;
		color: #fff;
	}

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