BODY {
	background-color: #ffffff;
	color: #333366;
	font-family: 'times new roman'
}
h1 {
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	font-family: Georgia, serif;
}
h2 {
   	color: rgb(0, 0, 153);
	font-weight: bold;
	font-size: 20px;
	font-family: Georgia, serif;
}
h3 {
	color: rgb(0, 0, 153);
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia, serif;
}
H4 {
	color: #6666cc;
	font-family: 'times new roman';
	text-transform: capitalize
}

H5 {
	color: #6666cc;
	font-family: 'times new roman';
	text-transform: capitalize
}

H6 {
	color: #6666cc;
	font-family: 'times new roman';
	text-transform: capitalize
}

TH {
	color: #6060cc
}

a.linknorm:link {
	color: #000000;
	text-decoration: underline;
	font-family: 'times new roman'
}
a.linknorm:visited {
	color: #000000;
	text-decoration: underline;
	font-family: 'times new roman'
}
a.linknorm:hover {
	color: #000000;
	text-decoration: underline;
	font-family: 'times new roman'
}

a.linkbold:link {
	color: #000000;
	text-decoration: underline;
	font-family: 'times new roman'
}
a.linkbold:visited {
	color: #000000;
	text-decoration: underline;
	font-family: 'times new roman'
}
a.linkbold:hover {
	color: #000000;
	text-decoration: underline;
	font-family: 'times new roman'
}
.price {
   	color: rgb(0, 0, 153);
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia, serif;
}
.red_highlight {
   	color: red;
	font-weight: bold;
	font-style: italic;
}
#warning {
	color: red;
	font-family: "Times New Roman"
}