/*
	Alto Clef - common CSS

	+ Scroll Bar
	+ Directory Tree
	+ Address
*/

/* Site body */
body {
	background-color: white;
	color: black;
}

p.key-sentence {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Anchor */

a:link{
	color: #00f;
}
a:visited{
	color: #66f;
}
a:active{
	color: #090;
}
a:hover{
	color: #090;
	text-decoration: underline;
}



/* Directory Tree */
div.tree {
	font-size: 80%;
	color: #666;
}
div.tree a:link, div.tree a:visited {
	color: #666;
	text-decoration: underline;
}
div.tree a:active, div.tree a:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
div.tree span.sitetitle {
	font-size: 150%;
	color: blue;
	font-weight: bold;
}



/* Copyright */

address {
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 1em;
}





