@import url(style.css);

body {
	background-image:url(img03/bg.jpg);
}

body, p, div, td, span, input, textarea, select {
	color:#4C8580;
}

#contentcell {
	background-image:url(img03/top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#menucell {
	background-image:url(img03/pic.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

p.stitle {
	color:#54BEB6;
}

p.stitle:first-letter {
	color:#8CE6DE;
}

p.mtitle {
	color:#8CE6DE;
}

p.mtitle:first-letter {
	color:#54BEB6;
}

a, a:link, a:active, a:visited {
	color:#8CE6DE;
	text-decoration:none;
}

a:hover {
	color:#090909;
	background-color:#A7C8C5;
	text-decoration:none;
}

#menucell a:hover {
	color:#4C8580;
	background-color:transparent;
}

#box, #box p {
	color:#A7C8C5;
}

u {
	color:#A7C8C5;
	text-decoration:none;
	border-bottom: 1px solid #A7C8C5;
}

i, em {
	color:#A7C8C5;
}

b, strong {
	color:#A7C8C5;
	border-bottom: 1px solid #54BEB6;
}