* {
padding:0;
margin:0;
}
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, FORM, LABEL, UL, OL, DL, FIELDSET, ADDRESS {
margin-bottom: 1em;
}
H1,H2,H3,H4,H5,H6 {
margin-bottom:0;
}
BLOCKQUOTE {
margin:1em;
font:italic 110% serif;
}
FORM {
margin:0;
}
LI {
margin-left:1.2em;
}


HTML {
font-size:82.5%;
}
BODY, TABLE,TR,TD,TH {
font-size:1em;
}


A#skipnav {
visibility:hidden;
position:absolute;
}

/*
H1 {font-size:x-large;}
H2 {font-size:large;}
H3 {font-size:medium;}
H4 {font-size:small;}
H5 {font-size:x-small;}
H6 {font-size:xx-large;}
*/
H1 {font-size:3em;}
H2 {font-size:2em;}
H3 {font-size:1.5em;}
H4 {font-size:1em;}
H5 {font-size:0.75em;}
H6 {font-size:0.5em;}


*[title] {
border-bottom:1px dashed #ddd;
cursor:help;
}

A *[title], A[title] {
cursor:pointer;
}


A {
text-decoration:none;
}
A:hover {
text-decoration:underline;
}



TEXTAREA {
overflow:auto;
}
INPUT[type="text"] {
margin:1px;
}




PRE, .imgWrapper {
overflow:auto;
_overflow-y:visible;	/* IE only */
_width:100%;	/* IE only */
padding-bottom:3px;
_padding-bottom:expression(this.children[0].offsetWidth>this.offsetWidth ? 17 : 0);	/* IE only */
max-width: 100%;
-ms-interpolation-mode: bicubic; 
}


.imgWrapper {
}
.imgWrapper IMG {
border:0;
}

/*
DIV.zoom {
}
DIV.zoom:hover {
Noverflow:visible;
position:relative;
margin-right:-500px;
padding-bottom:22px;
}
*/







PRE {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
PRE, .code, CODE, VAR, SAMP, KBD, TT {
font:85% 'Lucida Console', monospace;
}
.code, CODE, VAR, SAMP {
background:#eef;
padding:0 1px;
line-height:1em;
}

PRE.code, BLOCKQUOTE.code {
background:#fff;
display:block;
margin:0;
padding:0.2em 0.75em;
border:1px #ccf dashed;
overflow:auto;
}

CODE, VAR, SAMP {
font-size:90%;
}

PRE.DOS {
background:black !important;
color:white !important;
}


/*
@import url(/w/star-light/star-light.css);
*/





UL, LI {
margin:0;
padding:0;
}
UL {
margin-bottom:1em;
}
LI {
margin-left:1em;
}


