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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
    margin-left:2em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;  /* border-collapse:collapse;  */
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* additions */
body, select, input, textarea {
    font: normal 100%/1.2 tahoma, arial, verdana, helvetica, sans-serif;
}
pre { font: normal 100% / 110% "Courier New", Courier, monospace; }
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 0.8em;
    font: normal bold 100%/1.2 Georgia, Times, "Times New Roman", serif;
}
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

a:hover,a:focus{ text-decoration:none; }

/*
html, body { height: 100%; }

#wrapper0 {
	position: relative;
    min-height: 100%;
    background-color: #6ee;
    min-width:340px;
    max-width:960px;
    margin:0 auto 0 auto;
}
.container {
    position:relative;
    font-size: 0.8em;
    width: 960px;
    margin: 0 auto;
}
*/
.translucent {
  opacity: 0.7;                 /*standards compliant*/
  filter:alpha(opacity=70);     /*up to IE8*/
  -ms-filter:alpha(opacity=70); /*IE8*/
  -moz-opacity:0.7;             /*older Mozilla*/
  -khtml-opacity:0.7;           /*older Safari*/
}
.translucent50 {
  opacity: 0.5;                 
  filter:alpha(opacity=50);     
  -ms-filter:alpha(opacity=50); 
  -moz-opacity:0.5;             
  -khtml-opacity:0.5;           
}
.translucent30 {
  opacity: 0.3;                 
  filter:alpha(opacity=30);     
  -ms-filter:alpha(opacity=30); 
  -moz-opacity:0.3;             
  -khtml-opacity:0.3;           
}
