body, html
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

td
{
	vertical-align: top;
}
p{
	color:#FFFFFF;
	}

img
{
	border: 0px none;
}

/* The story title's style */
.title
{
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

/* The link's display characteristics are set here */
a
{
	text-decoration: none;
	color:#CCCCCC /* Change the color to whatever you want */
}

a:hover
{
	background-color:#CC0000;
}

ul
{
	list-style: square;
	padding-left: 20px;
}

li
{
	margin-bottom: 5px;
}

#divResult
{
	height: 400px;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}