body {
	margin-top: 0;
	margin-right: 0;
	margin-bottom:0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: white;
	font-family: verdana, georgia, sans-serif;
	color: black;
	font-size: medium;
}

p {
	font-size: 100%;
	line-height: 1.3em;
	colour: black;
}

abbr {
	border-bottom: 1px dotted #000000;
	background-color: #ffff00;
}

del {
	color: grey;
}

ins {
	text-decoration: none;
	border-bottom: 1px solid red;
}

.web_header_title {
	font-family: "trebuchet ms", georgia, sans-serif;
	font-weight: bold;
	font-style: italics;
	font-size: 150%;
	color: black;
}

.web_counter_text {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size:60%;
	color: black;
}

.mainpage_catalog_box {
	font-family: georgia, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: black;
}

.indemnity_clause {
	font-family: "trebuchet ms", georgia, sans-serif;
	font-weight: bold;
	font-size: small;
	color: blue;
}
	
.contact_us_header {
	font-family: "trebuchet ms", georgia, sans-serif;
	font-weight: bold;
	font-size: 150%;
	color: red;
}

.contact_us_body {
	font-family: georgia, sans-serif;
	font-weight: bold;
	font-size: 120%;
	color: black;
	margin-left: 30px;
}

.horizontal_line {
	border-bottom: 1px solid grey;
}

.blink_text {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-style: italics;
	font-size:120%;
	color: blue;	
}

.item_heading {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: black;
}

.paypal_text {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: red;
	line-height: 0.4em;
}

/* Corporate Order Form CSS Definitions */
.corporate_form_header {
	font-family: tahoma, sans-serif;
	font-weight: bold;
	font-size: 170%;
	color: red;
	line-height: 1.4em;
	text-align: center;
}

	/* Text Body on Corporate Form Webpage */
	.corporate_form_body {
		font-family: sans-serif;
		font-weight: bold;
		font-size: 85%;
		color: black;
		line-height: 1.2em;
		text-align: center;
	}
	
	/* Corporate Form Download Link Text Format */
	.download_link_text {
		font-family: tahoma, sans-serif;
		font-weight: bold;
		font-size: 130%;
		color: red;
		line-height: 1.2em;
		text-align: center;
	}

/* Domain Links CSS Definitions */
#domain ul {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13px;
}

	/* Table Cell CSS Format Within Domain Links */
	#domain td {
		text-align: center;
		background-color: #FFF2BF; 
	}

	/* Removing Indentation From <ul><li> Tags */
	#domain ul {
		margin-left:0;
		padding:0;
	}

	/* Listing CSS Format Within Domain Links */
	#domain ul li {
		list-style-type: none;
		display: inline;
		nowrap: nowrap;
		text-decoration: none;
		color: black;
		background-color: #FFF2BF;
		border: 2px solid #FFF2BF;
	}

	/* Anchor Reference CSS Format Within Domain Links */
	#domain a {
		text-decoration: none;
		color: black;
		background-color: #FFF2BF;
	}

	/* Hover Effects CSS Format Within Domain Links */
	#domain ul li a:hover {
		background-color: #FFE271;
		border-style: outset;
		color: blue;
	}

	/* Top Listing Format Without Sub-Listing */
	#domain .top {
		text-decoration: none;
		color: black;
		background-color: #FFF2BF;
		border: 2px solid #FFF2BF;
	}

	/* Hidden Sub-Listing CSS Format Within Domain Links */
	#domain ul .item {
		display:none;
	}

	/* Hover Effects Over Hidden Sub-Listing */
	#domain ul:hover .item {
		display:block;
	}

#hamper_category_table td {
	background-color: #CCFFFF;
	margin: 3px;
	border: 2px solid black;
	border-spacing: 3px
	text-align: center;
}

#domain_section {
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10px;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	text-align: center;
}

.domain_box {
	color: black;
	text-decoration: none;
	width: 80px;
	border: 1px solid black;
	padding: 4px;
	margin: 6px 2px 6px 2px;
	background-color: lime;
}

#sale_item {
	color: blue;
}

