html, body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 5px;
}

a{
	color: blue;
}

div.dots{
	background-image: url(red8x8.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 8px;
}

ul{
	list-style-image: url(red8x8.gif);
	list-style-position: inside;
	list-style-type: circle;
}

div#top{
	border: 1px solid #FF0000;
	width: 350px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
	float: right;
}

p.firstline{
	text-indent: -40px;
	margin-left: 40px;
}

.topAlign {
	vertical-align: top;
}
