BODY {
	background-color : White;
	color : Black;
	font-family: Arial, Helvetica, sans-serif;
	align: center;
	text-align: center;
}

table 	{
		empty-cells: show;
		}


table.products 	{
				border: 2px ridge white;
				align: center;
				empty-cells: show;
				}

td.products {
text-align : center; border: 1px ridge white;
padding : 10;
}

a:link img {
border: 2px ridge black;
}
a.nav	{
		color:black;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: large;
		
		}
		
a.nav:hover	{
			color:black;
			text-decoration: underline;
			font-family: Arial, Helvetica, sans-serif;
			font-size: large;
			}


		
TD.nav	{
		color: black;
		border : none;
		text-align : center;
		font-size : larger;
		text-shadow : inherit;
		}
		
a.java {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

p.copyright{
text-align: right;
font-size: small;

}

blockquote.testimonial	{
						text-align: justified;
						line-height: 90%;
						margin-left: 25%;
						margin-right: 25%;
						font-size: large;
						}

	
p.testimonial{
text-align: justified;
line-height: 90%;
margin-left: 25%;
margin-right: 25%;
}
p.attribution{
text-align: center;
font-size: small;
font-style: italic;
line-height: 10%
}

.style3 {
		font-size: xx-large;
		color: #FFFFFF;
		}
		
.style5 {
		color: #FFFF66;
		font-size: x-large;
		}
		
.style9 {
		color: #FF0000;
		}
		
div.col1{float: left; margin: 10%;}
div.col2{float: left; margin: 10%;}		
		
div.product_details	{
					border-style:ridge;
					border-width:thick;
					border-color:white;
					text-align: center;
					border-style: outset;
					}

div.product_details	table.detail_list {
					
					width: 92%;
					text-align: left;
					border-width: thin;
					border-style: ridge;
					border-color: white;
					border-collapse:collapse;
					}
					
					
div.product_details	caption {
					font-size: 30px;
					border-width: thin;
					border-style: ridge;
					border-color: white;
					}

					
					
div.product_details	td.attribute {
					font-size: 24px;
					border-width: thin;
					border-style: ridge;
					border-color: white;
					}			

	
div.product_details	td.details {
					font-size: 18px;
					border-width: thin;
					border-style: ridge;
					border-color: white;
					}			


