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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
* { 
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;	
}

html, body { 
	font-size: 10pt;
}

#container {
	background-color: #ffffff;
	margin: 10px auto;
	color: #000000;
	border: 1px solid gray;
	line-height: 130%;
}

#navigation {
}

#content {
	padding: 10px;
}

#picture {
	display: none;
	width: 0px;
	height: 0px;
}

#content img[align="left"] {
	margin-right: 10px;	
}

#content img[align="right"] {
	margin-left: 10px;	
}

#content img[align="center"] {
	margin-right: 10px;	
	margin-left: 10px;	
}

#content table {
	margin: auto;
	padding: auto;
}

#content ul, #content ol {
	margin-left: 20px;
}

#content h1 { 
	color: rgb(145,186,36);
	font-size: 14pt;
	font-weight: 300;
}

#content h2 { 
	color: rgb(145,186,36);
	font-size: 12pt;
	font-weight: 300;
}

#content p {
	margin-top: 11px;
	line-height: 18px;
}

#menu {
	display: none;
	width: 0px;
	height: 0px;
}

#welcomeheader {
	display: none;
	width: 0px;
	height: 0px;
}

#welcometext {
	display: none;	
	width: 0px;
	height: 0px;
}

#infotext {
	margin-top: 10px;
	margin-left: 10px;
	color: rgb(86,86,86);
	font-size: 9pt;
	line-height: 13px;
}

#infotext a {
	color: rgb(86,86,86);
}

label [for="email"] {
	display: none;
}
label [for="homepage"] {
	display: none;
}
label [for="url"] {
	display: none;
}
label [for="comment"] {
	display: none;
}

