/* ========================================
BASE (reset all basic html tags)
========================================== */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,blockquote,th,td {
    margin: 0;
    padding: 0;
	line-height: 1.5em;
	font: normal Georgia, Times, Verdana, "Trebuchet MS", Arial, Helvetica;
	text-decoration: none;
	border: none;
}
img { border: none; }

li {list-style: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal;}

table {border-collapse: collapse; border-spacing: 0;}
address,caption,cite,code,dfn,em,strong,th,var, optgroup {font-style: inherit; font-weight: inherit;}
del, ins {text-decoration: none;}


pre, code {
			font:100.1% Monaco,"Andale Mono","Lucida Console","Bitstream Vera Sans Mono","Courier New",monospace,serif;
}
blockquote, pre {
		padding:0.25em 40px;
}


/* ========================================
STRUCTURE (position, width, height, margin, padding, etc.)
========================================== */

/* basics
--------------------------------------------------------------------------------------- */
	

h1 {
    color: #fff;
    background: #06b;
    padding: 10px;
    font-size: 200%;
}

h2 {
    color: #000;
    font-size: 150%;
    padding: 10px 0;
}

h3 {
    color: #000;
    font-size: 120%;
    padding: 10px 0;
}

ul {
    list-style: disc inside;
    margin-left: 0em;
}

li {
	border-bottom: 3px solid black;
}

#wrapper {
    padding: 10px;
}

label {
    float: left;
    width: 7em;
}
input[type=text] { width: 10em; }

input.short { width: 5em; }

.ta4 {
	height: 10em;
	}
	
.cherry {
	border-bottom: 3px solid black;
}
