BODY {
	
		background-color:#FF0000;
	}

#kobudo		{
				top: 20%;
				left: 40%;
				position: absolute;
			}	
	
#kobudo-content	{
					color:#000000;
					top: 10%;
					left: 32%;
					position: absolute;
					font-family: Georgia;
					font-size: 24px;
					z-index: 1;
					text-decoration: underline;
				}

	
A:LINK 	{
			text-decoration: none;
			color:#000000;
		}
		
A:VISITED 	{
				text-decoration: none;
				color:#000000;
			}

A:ACTIVE	{
				text-decoration: none;
				color:#000000;
			}

A:HOVER	{
			text-decoration: underline; 
			color:#000000;
		}