/*
	Calénnawn style sheet
	Creator: René Uittenbogaard
	Date: 2004-11-08
*/

body {
	background: #b0b55f;
	margin-left: 14px;
	margin-right: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

img {
	border: 1px solid #7a4c22;
}

table {
	border: 1px solid #7a4c22;
	background: #d5b385;
}

.bordered {
	border: 1px solid #7a4c22;
}

.noborder {
	border-style: none;
}

.morphemes {
	font-style: italic;
}

a:link    { color: #101b0a }
a:visited { color: #41491c }
a:active  { color: #2d9601 }

/* vim: set tabstop=4 shiftwidth=4 noexpandtab: */

