body {
	font-family: "Times New Roman", Times, serif;
	background-color: #183219;
} 

table {
	background-color: #FFFFFF;
}

.MenuCategory {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-variant: small-caps;
}

.MenuCategory:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}

.BookTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003300;
	text-transform: capitalize;
	font-variant: small-caps;
	text-decoration: none;
}

.BookTitle:hover {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFCC;
}

a:Link {
	font-family: "Times New Roman", Times, serif;
	color: #006600;
	text-decoration: none;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #006699;
	text-decoration: none;
}

a:Visited {
	font-family: "Times New Roman", Times, serif;
	color: #8C8C00;
	text-decoration: none;
}

a:Active {
	font-family: "Times New Roman", Times, serif;
	color: #66CC00;
	text-decoration: none;
}

.Author {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-transform: capitalize;
	background-color: #FFFFF4;
}

.PageNumber {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003300;
}

.Price {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003300;
}

.CategoryHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}

.CategoryDesc {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003300;
}

.DetailBookTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #990000;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
}

.DetailAuthor {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-transform: capitalize;
}

.ReverseText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFCC;
	font-weight: bold;
}

.CheckoutRow {
	background-color: FFFFCC;
}