a:link {
	color			:#3cf;
}
a:visited {
	color			:#f9f;
}
a:active {
	color			:#a00;
}
a:hover {
	color			:#099;
}

body {
	color			:#ffe;
	background-color	:#666;
	margin-left		:10%;
	margin-right		:10%;
}
ul {
	line-height		:120%;
}

.on {
	line-height		:140%;
}
.small {
	font-size		:small;
	line-height		:110%;
}
.imp {
	font-weight		:bold;
	color			:#fc3;
}
.quote{
	font-style		:italic;
	color			:#aff;
}
.blind{
	color			:#666;
}

