/* styles.css CSS styles for Ningenzen home page */
/*    from 1999 1/ 8,  last updated 2003 1/ 1    */

/*BODY {BACKGROUND-ATTACHMENT: fixed;
	BACKGROUND-IMAGE: url(title2.gif);
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: center 16 }
*/

A {text-decoration: none }

A:link { color: navy; text-decoration: none }
A:visited { color: navy; text-decoration: none }
A:hover { color: olive; text-decoration: underline }
A:active { color: fuchsia; text-decoration: none }

A:link.contents { color: teal; text-decoration: none }
A:visited.contents { color: teal; text-decoration: none }
A:hover.contents { color: olive; text-decoration: none }
A:active.contents { color: fuchsia; text-decoration: none }

A:link.schedule { background-color: #ffff99; color: blue; text-decoration: none }
A:visited.schedule { background-color: #ffff99; color: blue; text-decoration: none }
A:hover.schedule { background-color: yellow; color: #666600; text-decoration: underline }
A:active.schedule { background-color: #ffccff; color: fuchsia; text-decoration: none }

/*A:link.chapters { color: blue; text-decoration: underline;
 font-weight: bold; font-size: 110% }
A:visited.chapters { color: blue; text-decoration: none;
 font-weight: bold; font-size: 110% }
A:hover.chapters { color: red; text-decoration: underline;
 font-weight: bold; font-size: 110% }
A:active.chapters { color: maroon; text-decoration: underline;
 font-weight: bold; font-size: 110% }
*/

A:link.chapters { color: blue; font-weight: bold; font-size: 110% }
A:visited.chapters { color: blue; font-weight: bold; font-size: 110% }
A:hover.chapters { color: red; text-decoration: underline;
 font-weight: bold; font-size: 110% }
A:active.chapters { color: maroon; text-decoration: underline;
 font-weight: bold; font-size: 110% }

A:link.mailto { color: green; text-decoration: none }
A:visited.mailto { color: green; text-decoration: none }
A:hover.mailto { color: olive; text-decoration: underline }
A:active.mailto { color: fuchsia; text-decoration: none }

/* A:link.button { color: navy; text-decoration: none } */
A:hover.button { background: white; color: olive; text-decoration: none }
A:active.button { background: white; color: fuchsia; text-decoration: none }

/* 
P.list { color: #ff6699; font-style: italic;
 font-weight: bold; font-size: 120% }
*/


