@charset "utf-8";
/* CSS Document */

td img {display: block;}

body,td,th {
	color: #000;
	font-size: small;
}

body {
	background-color: #8A6D4F;
}

a:link {
	color: #00F;
}

a:visited {
	color: #666;
}

a:hover {
	color: #960;
}

a:active {
	color: #F60;
}

h1 {
	font-size: large;
	color: #C30;
}

h2 {
	font-size: medium;
	color: #600;
}

h3 {
	font-size: small;
	color: #630;
}

.style1 {
	font-size:small;
	text-transform: uppercase;
	font-weight: bold;
	color: #900;
}

.style2 {
	font-size:small;
	font-weight: bold;
	color: #000;
	font-style: italic;
	background-color: #FC0;
}

.style11 {
	font-weight: bold;
	background-color: #600;
	text-transform: uppercase;
	text-decoration: underline;
	color: #FC3;
}
