/*
*  Comment
*/

/* Reset CSS /
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	font-family: inherit;
}
*/
/* for guitars2.html */
.GradientBody {
	font:normal 75% verdana,arial,tahoma,"times new roman","sans serif";
	height: 100%; /* 480px; /* 460 during preview or 480 for iPhone simulator preview */
	margin: 0 auto;
	width: 100%; /* 320px; */
	color:rgb(0,30,190);
	/* all backgrounds were (top, #d0f0f0,  #90c0b0), then (top, #c1f8f0,  #7bc8ad) /
	background: #c1f8f0; /* for non-CSS browsers /
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1f8f0', endColorstr='#7bc8ad'); /* for IE 6-9 /
	background: -o-linear-gradient(top, #c1f8f0,  #7bc8ad); /* Opera 11.10+ /
	background: -ms-linear-gradient(top, #c1f8f0, #7bc8ad); /* IE 10+ /
	background: -webkit-gradient(linear, left top, left bottom, from(#c1f8f0), to(#7bc8ad)); /* older webkit browsers /
	background: -webkit-linear-gradient(top, #c1f8f0, #7bc8ad); /* newer webkit browsers /
	background: -moz-linear-gradient(top,  #c1f8f0,  #7bc8ad); /* firefox 3.6+ /
	*/
	overflow:auto;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#96FFFA, endColorstr=#7FFFC5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#96FFFA, endColorstr=#7FFFC5)";
	background: linear-gradient(bottom, rgb(127,255,197) 31%, rgb(150,255,250) 68%);
	background: -o-linear-gradient(bottom, rgb(127,255,197) 31%, rgb(150,255,250) 68%);
	background: -moz-linear-gradient(bottom, rgb(127,255,197) 31%, rgb(150,255,250) 68%);
	background: -webkit-linear-gradient(bottom, rgb(127,255,197) 31%, rgb(150,255,250) 68%);
	background: -ms-linear-gradient(bottom, rgb(127,255,197) 31%, rgb(150,255,250) 68%);

	/**/
	min-height: 100%;
}

