/**
 * RESET
 * by Kris Khaira
 * This is a standard reset I use a lot
**/

*, body { margin:0; padding:0; }
/* (75% = 12/16) */
body { font-size: 75%; font-family: "Lucida Grande", "Verdana", "Helvetica", "Arial", sans-serif; }
p, ul, ol, h1, h2, h3, h4, h5, h6 { margin-bottom:1em; }

/* Lists */
ul, ol {
  margin:0 0 0 0em;

}
li { margin:0; }

/* Headers */
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin: 0 0 1em 0; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.4em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }

/* Links */
a { color: blue; text-decoration: underline; }
a:hover { color: red; }

/* Tables */
th { text-align:left }
table .checkbox { width:20px }

/* Images */
a img { border: none; }

a.center,
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a.right,
img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

a.left,
img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.right {
	float: right;
}

.left {
	float: left
}

/* Forms */
form label { font-weight:bold; }
form div {margin-bottom:1em;}

form {
	margin:0px;
	padding:0px;
}