div#plan{
	width: 750px;
	margin: auto;
}
h2{
	font-family: Verdana;
	font-size: 22px;
	color: white;
}
hr{
	margin-top: 5px;
	margin-bottom: 10px;
}
ul{
	list-style-type: none;
	margin-bottom: 15px;
}
li{
	display: block;
}
a{	white-space: nowrap;
	margin: 0;
	color: #FF6600;
}
a:hover{
	color: white;
	text-decoration: underline;
}
a.h2{
	font-family: Verdana;
	font-size: 22px;
	color: white;
}
a.h2:hover{
	color: #FF6600;
	text-decoration: none;
}
table{
	margin: 0;
	padding: 0;
}
tr{
	margin: 0;
	padding: 0;
}
td{
	margin: 0;
	padding-right: 50px;
}
p#plus{
	padding-top: 15px;
}