@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 80px;
	background-image: url(../images/tile_01.jpg);
	background-repeat: repeat;
}

p {
	font-size: 110px;
	color: #999;
	font-weight: bold;
	display: inline;
	line-height: 80px;
	
}

h6 {
	font-size: 110px;
	color: #9C0;
	display: inline;
	font-weight: bold;
	line-height: 80px;
}

a {
	color: #0000FF;
	outline: none;
}

a:hover {
	color: #FF0000;
	outline: none;
}

#marklink a {
	font-size: 12px;
	color: #999;
}

#marklink a:hover {
	font-size: 12px;
	color: #9c0;
}

#hidden {
	display: none;
	visibility: hidden;
}