@charset "utf-8";
/* CSS Document */

body	{
	margin-top: 0px;
	font-family: arial;
	font-size: 11px;
	background-color: black;
	color: white;
}



a	{ text-decoration: none; color: white; }
a:visited	{ text-decoration: none; color: white; }
a:hover	{ text-decoration: underline; }


h3	{
	margin-bottom: 0px;
	font-size: 15px;
	color: #EF534E;
}

ul	{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;	
	list-style-type: none;
}

li	{
	background-image: url(../images/lifts/bullet.jpg);
	background-repeat: no-repeat;
	background-position: top-left;
	padding-left: 12px;
	color: silver;
}


#packages-table	{
	vertical-align: top;
	width: 800px;
	/* background-color: red; */
	margin: 0 auto;
}
#packages-table	td	{
	vertical-align: top;
}
