/*
 * Style sheet for oumc homepage
 */
BODY {
/*	background: url(../toyoko/toyoko3.gif);
    background-repeat: repeat;
*/
/*
    line-height: 1.5;
*/
    font-style: normal;
	color: #332541;
	background-color: #fff6d1;
}
A:link { color: #332541 }
A:visited { color: #332541 }
A:active { color: #332541 }

A.index:link { background-color: #ece6ff; color: #000000; text-decoration:none; }
A.index:visited { background-color: #ece6ff; color: #000000; text-decoration:none; }
A.index:active { background-color: #ece6ff; color: #000000; text-decoration:none; }

A.list:link { background-color: #ece6ff; color: #000000; text-decoration:none; }
A.list:visited { background-color: #ece6ff; color: #000000; text-decoration:none; }
A.list:active { background-color: #ece6ff; color: #000000; text-decoration:none; }

p {
	text-indent: 1em;
	text-align: left;
	margin: 0.2em;
}

p.noindent {
	text-indent: 0em;
	text-align: left;
}

h1.toptitle {
    font-size: xx-large;
    text-align: center;
    text-indent: 0;
	margin: 0em;
	padding: 0em;
	color: #354166;
}

p.toptitle {
    text-align: center;
	font-style: italic;
	padding: 0em;
	color: #354166;
}
div.toptitle {
    text-align: center;
    text-indent: 0;
	padding: 2em;
	background-color: #e3eaff;
	margin: 2em;
	border-style:ridge;
	border-width:thick;
}

h1.title {
    font-size: x-large;
    text-align: center;
    text-indent: 0;
	margin: 0em;
	padding: 0em;
	color: #b3a87d;
}

p.title {
	text-align: center;
	font-style: italic;
	color: #354166;
}

div.explain {
	text-align: center;
	text-indent: 0;
	padding: 1em;
	margin-left: 5em;
	margin-right: 5em;
}

h2.title {
	background-color: #ece6ff;
	font-size: medium;
	text-align: center;
	margin: 0em;
	padding: 0.2em;
}

A.title:link { background-color: #ece6ff; color: #000000; text-decoration:none; }
A.title:visited { background-color: #ece6ff; color: #000000; text-decoration:none; }
A.title:active { background-color: #ece6ff; color: #000000; text-decoration:none; }

p.index {
	text-align: center;
	font-size: x-small;
}

p.list {
	text-align: center;
	margin: 0em;
}
p.link {
	text-indent: 0em;
	margin: 0em;
}