
body
{
}


h1
{
	text-align: center;
}

h2
{
	color:white;
	background:#444400;
	border: 2px solid #888800;
}

h3
{
	text-decoration:underline
}


.red
{
	color:red;
}

/*	バックに線	*/
.bl
{
	background:yellow;
}




A:link		{ color:blue;	}
A:visited	{ color:red;	}
A:active	{ color:yellow;	}

A:hover		{ color:red; background:yellow;}

