/*
    Rabbit Well Website

    Rabbit Well Site Ad Price Content page style sheet
    Author: I-Jien Kou
    Date:   7/27/2016

   Filename:         ad_price_content.css
   Supporting Files: 

*/

*/


/* Set the default page element styles */


body * {
	margin: 0px;
	padding: 0px;
}


/* Styles for the Page Body */

body {
	font-family: Verdana, Geneva, sans-serif;
}



/* Header */

h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: gray;
	margin: 15px auto;
	padding: 5px;
	width: 90%;
}


section {
    display: block;
	width: 100%;
	background-color: white;
	margin: 20px 10px;
}

ul {
	display: block;
	width: 90%;
	float: left;
	clear: left;
	padding: 100p, 50px;
	list-style-type: none;
	text-decoration: none;
}

ul li {
	display: block;
    margin: 20px 10px;
}




.star {
	color: red;
	font-family: "Comic Sans MS", cursive;
}

