BODY {
	background-color: rgb(255,255,255);
	background-image: url(./image/dot12.gif);
	color: rgb(255,94,25);
}

H1 {
	color: rgb(255,255,255);
}

H2, HR {
	color: rgb(109,157,201);
}

H3, H4, H5, P,TABLE, TBODY, TR, TD, BLOCKQUOTE, UL {
	color: rgb(11,43,215);
}


EM, STRONG {
	color: rgb(0,133,155);
	font-size: 120%;
}


A:link, A:visited, A:active	{color: rgb(66,0,183);}
A:hover 	{
	color: rgb(0,123,195);
	font-size: 105%;
	font-weight: bold;
}


UL {
	list-style-image: url(./image/icon_su13.gif);
}

UL UL {
	list-style-image: url(./image/icon_su8p.gif);
}

UL UL UL {
	list-style-image: url(./image/icon_su12s.gif);
}

UL UL UL UL {
	list-style-image: url(./image/icon_su4.gif);
}

UL UL UL UL UL {
	list-style-image: url(./image/icon_su2s.gif);
}


/*
.c0 {	color: rgb(0,0,0);
		}
*/
.c1 {	color: "lime";
	background-color: #FF0066;
	text-align: center;
		}
.c2 {	color: "aqua";
	background-color: #FF6633;
	text-align: center;
		}
.c3 {	color: "blue";
	background-color: #FFFF66;
	text-align: center;
		}
.c4 {	color: "purple";
	background-color: #99FF99;
	text-align: center;
		}
.c5 {	color: "red";
	background-color: #CCFFFF;
	text-align: center;
		}
.c6 {	color: "orange";
	background-color: #6699FF;
	text-align: center;
		}
.c7 {	color: "yellow";
	background-color: #CC66FF;
	text-align: center;
		}
.c9 {	color: rgb(17,130,255);
		}
.c10 {	color: rgb(19,111,0);
	text-decoration:none;
		}