html,body,div,ul,li,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,textarea,p,blockquote,table,td,tr{ 
	margin:0;
	padding:0;
}
img { 
	border:0;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
body {
	font-size: 62.5%;
	font-family: "Tahoma";
	background-color: #ffffff;
	text-align: left;
}

p {
	font-size: 1.2em;
	margin-bottom: 5px;
	width: 800px;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 10px;
}

/* TITLEs */

form {
	width: 800px;
}

input {
}

/* DIVs */

div#content {
	margin-top: 10px;
	margin-left: 10px;
}

/* IMAGEs */

/* MENUs */

/* FORMs */

/* LISTs */

label {
	font-size: 1.2em;
}

input.checkbox {
	float: left;
	margin-right: 10px;
}

.red {
	color: #ff0000;
}

.green {
	color: #00ff00;
}