body {
	width: 1000px;
	margin: 10px auto;
	font-family: "Georgia";
	font-size: 12px;
}

#footer {
	color: gray;
	border-top: 1px solid lightgray;
}

#footer .self {
	color: gray;
}

h2 {
	color: gray;
	font-weight: normal;
	padding: 15px 0 15px 0;
}

.price {
	font-size: 18px;
	font-weight: bold;
	color: red;
}

#down {
	padding-top: 30px;
	padding-bottom: 20px;
}

#activate td {
	padding: 5px;
}

ul {padding: 10px 10px 10px 20px;}
p {padding: 5px; text-align: justify; text-indent: 10px;}

a {color: #186EAE; text-decoration: underline;}
a:hover {color: #186EAE; text-decoration: underline;}
a:visited {color: #186EAE; text-decoration: underline;}

