/*                                      */
/* T.Kouya's Style Sheet                */
/* Version 0.0: 2001.12/20              */
/*                                      */

/* font size */
font.plus1 	{font-size: large;}
font.plus2 	{font-size: larger;}
font.plus3 	{font-size: x-large;}
font.plus4 	{font-size: xx-large;}

/* color */
.red	{color: red;}
.blue	{color: blue;}
.green	{color: green;}
.black	{color: black;}
.white	{color: white;}

/* body */
body	{
	width: 640px;
}

A:link	{
	background: #f0f0ff;
	text-decoration: none;
}
A:visited {
/*	background: #000000; */
	background: #fff0ff;
	text-decoration: none;
}

/* H1 */
h1	{
	border-bottom: 10pt double green;
	background: #f2fff3;
	color: #0f0f0f;
}

/* H2 */
h2	{
	border-bottom: 5pt blue;
	color: #0f0fff;
	background: #f3ffff;
}

/* hr */
hr	{
	border: 2px solid;
}

/* img */
img	{
	border: none;
}

