/* CSS Document */
body {
	background-color : #494F51;
	font-family : Arial, Helvetica, sans-serif;
	
	
	padding-top : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
}

body a{
	color : Red;
}


p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Black;
}

h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	color : Black;
}
h2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : Black;
} 

.bodylayout{
	
}

.white_text{
	color : White;
}

.white_text a{
	color : White;
}

.black_link{
	color : Black;
}

.where_buy{
	color : Red;
	font-size : 19px;
		font-stretch : wider;
}

.links_page  a{
	font-weight: bold; 
	color:#FFFF00; 
	font-size:16px 
}

.links_page p{
	font-weight: bold; 
	color:#FFFF00; 
	font-size:15px 
}

.links_page  h1{
	font-weight: bold; 
	color:#FFFF00; 
	font-size:17px 
}

.smalltext{
	font-size : 11px;
}

.product_box{
	margin-top : 20px;
	
}




