BODY {
	background-color: ivory;
	background-attachment: fixed;
	color: gray;
	font-family: sans-serif;
	margin: 30px;
}

A {
	color: gray;
	text-decoration: none;
}


A:visited {
	color: gray;
	text-decoration: none;
}

A:hover {
	color: #FF0033;
	text-decoration: underline;
}

H1, H2, H3 {
	background-color: ivory;
	color: gainsboro;
	font-family: sans-serif;
	text-decoration: underline;

}

IMG {
	border-style: none;
}


TABLE {
	border: none;
	empty-cells: show;
	color: gray;
}



.red {
	color: crimson;
}


.bl {
	filter:gray()
}

.title01 {
	font-size: 55pt;
	color: sandybrown;
	border-bottom-style: dotted;
	border-bottom-color: #F4A460;
}

.title02 {
	font-size: 25pt;
	color: gray;
}

.title03 {
	font-size: 18pt;
	color: lightgray;
}


.table01 {
	border-style: dotted;
	border-color: lightsteelblue;
	margin: 15px;
}


.link {
	font-size: 15pt;
}

.pict_place01 {
	float: right;
}

.border_dotted {
	border-style: dotted;
	border-color: cornflowerblue;
	background-color: azure;
	width: 300px;
	text-align: center;
}

.link_l {
	font-size: 20pt;
	font-weight: bold;
}

.white_transmit {
	filter:progid:DXImageTransform.Microsoft.Chroma(color=#FFFFFF)
}

