/* default settings to the same value so browsers act the same */

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, ol, ul, li,
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;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address 
{ margin: 0.3em 0; }

p {margin:1em 0; }
form {margin:0;}

h1 {font-size:130%;letter-spacing:-0.02em;}
h2 {font-size:110%;}
h3 {font-size:110%;color:white;}	/* always inverse color */
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}



/* IE will give higher line-heights than firefox */
body { line-height: 1.2em;font-family:Times,"Trebuchet MS",Helvetica,Jamrul,sans-serif;font-size:90%;}

ol, ul { list-style: none; }
/*blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: '"'; content: none; }
*/

blockquote, q { padding: 0 5%; display:block; }
blockquote:before, q:before,blockquote:after, q:after {color:#69c;display:block;font-size:300%;}
blockquote:before, q:before {content:open-quote;height:0;margin-top:-5%;margin-left:-6%;}
blockquote:after, q:after {content:close-quote;height:100%;margin-top:-5%;margin-left:100%;}




/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

* { margin:0;padding:0; }
td {vertical-align:top;}


/* just to be different */
ul { list-style-type: circle; margin-left:1em;} 
ol { list-style-type: decimal; margin-left:1em;}
li { margin-left:.5em;}
label {margin-right:.5em;}
input {padding:1px;}		
sup {font-size:50%;cal-align: super;}

/* add a div of class clear to end of any div to make it clear inside objects */
.clear { clear:both;height:1px;overflow:hidden; }

a,a:visited {color:#333;text-decoration:none;}
a:hover {color:red;text-decoration:underline;}

div {-webkit-border-radius:5px;-moz-border-radius: 5px;border-radius: 6px;}


