@charset "utf-8";
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin:0; padding:0;}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{font-size:100%;font-weight:normal;/* --- color:#000; --- */}

/* Removes list-style from lists */
ol, ul
{list-style:none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var
{font-style:none; font-weight:normal;}

/* Removes list-style from lists */
table
{border-collapse:collapse; border-spacing:0;clear:left;}

/* Removes border from fieldset and img */
fieldset, img
{border:0;}

/* Left-aligns text in caption and th */
caption, th
{text-align:left;}

/* Removes quotation marks from q */
q:before, q:after
{content:'';}

body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:40px;
}
img
{
	margin-bottom:40px;
}
h1
{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
h2
{
	font-size:16px;
	font-weight:bold;
}
ul
{
	font-size:12px;
	margin-bottom:20px;
}
table.prices
{
	margin:5px 0px 20px 0px;
	font-size:11px;
}
table.prices td
{
	padding-right:40px;
}
p
{
	font-size:12px;
	margin-bottom:15px;
}
