body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 81%;
}

h1,h2,h3,h4,h5,h6,p,div,td,th,pre,code,form,fieldset,input,select,option,textarea,blockquote { font-size:1em; margin:0; padding:0; }
ul,ol,li, { font-size:1em; }
a img, a:link img, a:visited img { border:none }
a {
	color: #bd1f4f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ff56a1;
}

h1 {
	font-size: 2.4em;
	line-height: 1em;
	font-family: "ITC Simran", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #bd1f4f;
}
h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-family: "ITC Simran", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #bd1f4f;
}
h3 { 
	color: #bd1e4f;
	text-decoration: underline;
	}
h3, h4, h5, h6, div, p, li, td, th {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
}
p { margin-bottom: 1em; }
#page { margin: 1em; }