#instructions {
	float: right;
	border: 3px groove black;
	width: 400px;
}

table {
width: 400px;
border-collapse: collapse;
caption-side: left;
}

.bborder {
border-bottom: thin red solid;
}

li {
list-style-image: url(checkbox.gif);
}

caption {
font-family: verdana;
}

.center {
text-align: center;
border-bottom: thin red solid;
}