/*

 * Style sheet for Age-san homepage

 *	Last modified Feburary 18th, 2001

 */

A:link { color: #ff7f7f }

A:visited { color: #ffff3f }

A:active { color: 00ffff }



body {

/*

<BODY BACKGROUND="../top.png" BGCOLOR="#0000ff"

      TEXT="#ffffff" LINK="#ff7f7f" VLINK="#ffff3f" ALINK="#00ffff">

*/

	background: blue url(../top.png) repeat;

	color: white;

}



p {

	text-indent: 1em;

	text-align: justify;

	margin: 0em 1em 0.5em 5em;

}



p.title {

	font-size: small;

	color: rgb(255,48,160); /*#FF30A0;*/

	text-indent: 0em;

	text-align: center;

}



p.preface {

	margin: 0em 1em 0.5em 1em;

}



p.link {

	margin: 0em 1em 0.5em 1em;

	text-indent: 0em;

	text-align: left;

}



em.song {

	font-style: bold;

	color: gold;

}



h1 {

	font-size: xx-large;

	color: yellow;

	text-align: center;

}



h2 {

	font-size: medium;

	color: orange;

	margin: 0em auto;

}



ul {

	color: yellow;

	font-style: bold;

	font-size: large;

}


