/*
 * $MK: main.css,v 1.3 2002/12/24 11:41:47 motoyuki Exp $
 *	http://www.mk.bsdclub.org/main.css
 *
 *	Copyright (c) 2002 Motoyuki Konno
 *	All rights reserved.
 */

body {
	color:		black;
	background:	white;
}
h1 {
	font-size:	x-large;
	font-style:	italic;
	font-weight:	bold;
	text-align:	left;
}

img {
	border-width:	0;
}

.author-name {
	background:	yellow;
	font-style:	italic;
	text-align:	right;
}

.footer {
	font-style:	italic;
	text-align:	right;
}

.navigate {
	text-align:	center;
	margin:		0.5em;
}

.icontable {
	align:		center;
	border:		0;
	cellspacing:	0;
	cellpadding:	3;
}

a:link		{ color: blue;   }
a:active	{ color: red;    }
a:visited	{ color: purple; }

/* end of file */ 
