@charset "UTF-8";
/* CSS Document */

html,body{
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

.product_title{
	font-size:18px;
	}

.description_title{
	font-size:12px;
	font-weight:bold;
}

.description_body{
	font-size:12px;
	}
	
.white_title{
	color:#FFF;
	font-weight:bold;
}

.white_body{
	color:#FFF;
	margin-right:5px;
}
