body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #ffff66;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 80%;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFC;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	background: #ffff66;
	padding-bottom: 6px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	border-top:thick solid #000;
	border-bottom:thick solid #000;
	padding: 10px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 0px;
	padding-top: 6px;
	background: #ffff66;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.style1 {
	color: #000000;
	font-size: 48px;
	font-weight: bold;	
}
.style4 {
	margin: 12px 0px 0px 0px;
	font-size: 14px;
	color:#FF0000;
	font-weight: bold;
}
p {
	margin: 0px 0px 0px 0px;
}
p.g {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}
p.n {margin: 0px 0px 0px 6px}
p.nn {
	margin: 0px 0px 0px 22px;
	font-weight: bold;
}
p.s {margin: 6px 0px 0px 6px}
p.r {
	margin: 12px 0px 0px 0px;
	font-size: 16px;
	color:#FF0000;
	font-weight: bold;
	font-variant: normal;
}
.style5 {color: #FFFF66}
.style6 {
	color:#660;
	font-size:12px;
}
.style7 {
	color: #999900;
	font-size: 24px;
	font-weight: bold;
}
.menu {
	color: #000;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	margin: 0px 3px 0px 3px;
	border: 0px 3px 0px 3px;
	border-color: #000;
	font: Tahoma, Geneva, sans-serif;
	font: bold x-large "Palatino Linotype", "Book Antiqua", Palatino, Times, "Times New Roman", serif;
	color: #ffff66;
	background-color: #000;
}

a:hover.menu {
	background-color: #333;
}

a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:visited.menu a:active.menu {color: #ffff66}
a:link a:visited a:hover a:active {color: #000}


.question {
	color: #900;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.blackprice {
	font-family: "Arial Black", Gadget, sans-serif;
}

img.jp {
	border-right-style: solid;
border-right-width: 12px;
border-right-color: #FFC;
}
img.jq {
	border-right-style: solid;
border-right-width: 8px;
border-right-color: #ffff66;
}

td.jp {
	border-width: 2px;
	padding: 3px;
	border-style: solid;
	border-color: black;
}
