Hold Email template

by VENKATA VINAY BYSANI

HTML

<style type="text/css">

			/* @group Colors */
			/* Headings - #444 */
			/* Blue H1 - #8290aa */
			/* Blue Headings - #4d7b97 */
			/* Body Type - #666 */
			/* Links - #2374c5 */

			html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
				margin: 0;
				padding: 0;
				border: 0;
				outline: 0;
				font-size: 100%;
				vertical-align: baseline;
				background: transparent;
			}

			body {
				line-height: 1;
				background: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(254,255,255)), color-stop(1, rgb(232,233,233)));
				background: -moz-linear-gradient(center bottom, rgb(254,255,255) 73%, rgb(232,233,233) 100%);
				color: #666;
			}
			
			ol {
				margin:0 0 10px 0;
			}
			
			ol li {
				margin:	 4px;
				padding-left: 4px;
				margin: 4px 4px 4px 22px;
				}

			ul {
				margin:0 0 10px 0;
			}

			ul li {
				margin:	 4px;
				padding-left: 4px;
		/*		background: url(arrow_gray.gif) no-repeat left 6px;
				list-style: none; */
				}

			blockquote, q {
				quotes: none;
			}

			:focus {
				outline: 0;
			}

			table {
				border-collapse: collapse;
				border-spacing: 0;
			}

			ul, ol, dl, p {
				margin-bottom: 1.5em; 
			} 

			a {
				color: #8290aa;
				text-decoration: none;
			}

			a:hover {
				text-decoration: underline;
			}

			em, strong, b, i {
				color: #444; /* font-style: normal; font-weight: normal; */
			}

			strong {
				font-family: "Myriad Set Bold";
			}
	
			li {
				margin: .4em 0;
			}

			h1, h2, h3, h4, h5, h6 {
				color: #444;
				line-height: 1.2em;
				margin-bottom: .3em;
				text-shadow: 0 1px 0 #fff;
			}

			h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
				color: #4d7b97;
			}

			h1 span.alt {
				display:...