/*
 * Style sheet for Age-san homepage
 */
BODY {
	 background: url(../whosnext/clos_c03.gif);
	background-color: #c0cece;
    background-repeat: repeat;
/*
    line-height: 1.5;
*/
    font-style: normal;
	color: #000000;
}
A:link { color: #ef3f3f }
A:visited { color: #ef3f3f }
A:active { color: #000055 }

UL,DL,TABLE,TR,TD,TH {
	color: #000000;
}
div.title {
    width: 80%;
    padding: 1em auto;
	border: ridge thick #7f7faf;
	margin: 0 10% 0 10%;
    /*border-color: #;*/
    color: #FF9664;
    text-align: center;
    background: url(../whosnext/clos_c03.gif);
}
h1.title {
    font-size: 3em;
    font-style: italic;
    text-align: center;
    text-indent: 0;
    color: #FF9664
}
p.title {
	color: black;
    font-size: small;
    font-style: italic;
/*    line-height: 1.0em;*/
    text-align: center;
    text-indent: 0;
}

div.explanation {
    width: 90%;
    padding: 1em;
	margin: 2em 5%;
	color: #000000;
    text-align: center;
    background-image: url(../whosnext/clos_c03.gif);
}

p.explanation {
	width: 80%;
    font-size: small;
    font-style: normal;
    text-align: left;
	color: #000000;
}
p.signature {
	color: #000000;
	text-align: right;
}
p {
    width: 80%;
	color: #000000;
    text-indent: 1em;
    text-align: justify;
    padding-left: 10%;
}
p.eown {
    text-center: justify;
}
dl {
	color: #000000;
}
li p, dd p {
    text-indent: 0;
}
div.comment {
    width: 90%;
    padding: 1em; border: solid thin orange; margin: 1em 0;
    color: black;
    text-align: center;
    background: #f0f0c0;
}
h1, h2, h3, h4, h5, h6 {
    color: #ff5f5f;
/*    line-height: 1.2;*/
}
h1 {
	size: 1;
    color: #FF9664;
    text-align: center;
}
h2 {
	font-size: 16;
}
ADDRESS {
    color: #000000;
}
em { text-decoration: underline; font-style: normal; }
div.links {
	color: white;
}
div.example {
    width: 100%;
    color: black;
}
