/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	line-height: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFCC;
	border: medium none #000000;
}	
	
	a:link 
	{ 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	}
	a:Active 
	{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	}
	a:visited 
	{
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	}
	a:hover 
	{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	}
	
div#title
{

	line-height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
	text-transform:Uppercase;
	font-weight:bolder;
}
div#description
{

	line-height: 150%;
	text-align: lrft;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
table#product
{
max-width: 5%	
}
div#price
{
font-weight:bolder;	
}
