body {
	background-color: #990000;
	color: #FFFACD;
	font-family: Arial, sans-serif;
}
h2 {
	border-bottom: thin solid #F4A460;
	text-align: center;
}

h6 {
	font-size: smaller;
	text-align: center;
	width: 600px;
	height: 20px;
}

h2.emphasis {
	font-style: italic;
}

.like_H2 {
	font-size: x-large;
	font-weight: bold;
}

.keyword {
	font-weight: bold;
}

td {
	border: 2px solid #F4A460;
	width: 16px;
}

td.small {
	font-size: smaller;
}

p.small {
	font-size: smaller;
}

A:link, A:visited, A:active { text-decoration: none;  color: #FFFACD;  }