body {
	color: black;
	background: white;
}

.id {
	color: red;
	font-weight: bold;
}

.header {
	width: 100%;
	border: 1px solid #ccc;
	padding: 1ex;
	color: black;
	background: #ffc;
	font-weight: bold;
}

.header :link {
	color: black;
}

.header :link:visited {
	color: #333;
}

.header :link:active {
	color: blue;
}

.header :link:hover {
	color: black;
	background: #fcc;
}

.body {
	width: 100%;
	border: 1px solid #ccc;
	padding: 1ex;
	color: black;
}

.body :link {
	color: black;
}

.body :link:visited {
	color: #333;
}

.body :link:active {
	color: blue;
}

.body :link:hover {
	color: black;
	background: #fcc;
}

.quote1 {
	color: #800;
}

.quote2 {
	color: #008;
}

.quote3 {
	color: #880;
}

.quote4 {
	color: #808;
}

.quote5 {
	color: #888;
}

.attachtitle {
	width: 100%;
	color: white;
	background: #f88;
}

.attach {
	width: 100%;
	border: thin none;
	background: #f88;
}

.current {
	background: #cfc;
}

.button {
	width: 100%;
	border: 1px none;
	color: #ccf;
	background: #44f;
}

.button :link {
	color: white;
}

.button :link:visited {
	color: #fdd;
}

.button :link:active {
	color: red;
}

.list {
	line-height: 1
}

.list :link {
	text-decoration: none;
	color: black;
}

.list :link:visited {
	text-decoration: none;
	color: #444;
}

.list :link:active {
	text-decoration: none;
	background: #fcc;
}

.list :link:hover {
	text-decoration: none;
	background: #fcc;
}
