body {
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
}

a:link {
	color: #009966;
	font-weight: bold;
	text-decoration: none;
}

a:visited {	color: #006633; }

a:active { color: #ff3366; }

a:hover { color: #00CC66; }

.index {
	text-align: center;
}

.menu {
	font-family: cursive;
	font-size: 14px;
}

.menu li {
	list-style-type: none;
	padding-top: 5px;
}

.home {
	font-size: 12px;
}

.home h2 {
	background-color: #006666;
	color: #ffffff;
	padding: 3px;
	font-family: cursive;
}

.home div {
	padding-left: 30px;
	padding-top: 10px;
}

.home textarea {
	width: 300px;
	height: 150px;
	border: 1px dotted #999999;
	margin: 2px;
	overflow: auto;
	font-size: 11px;
}

