h1 
{
	color: #ff0000;
	margin: 1px;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
}

h2
{
	margin: 2px;
	color: Black;
	margin: 2px 0px 5px 0;
	padding: 0;
	font-weight: bold;
}

a:link	{ color:#4169e1;font-weight:bold }
a:visited { color:#4169e1;font-weight:bold }
a:hover   { color:#FF0000;font-weight:bold }

table#lines_list
{
	table-layout: fixed;
	width: 600px;
	border-collapse: collapse;
	border: 2px solid black;
}

table#lines_list tr
{

}

table#lines_list td
{
	border: 2px solid black;
}


table#lines_list th
{
	border: 2px solid black;
	background-color: #CCFFFF;
}

#character
{
	width: 150px;
}

#words
{
	width: 300px;
}


