/* CSS Document */

body {
	background: #ffffff;
	color: #000000;
	margin: 0px;
}

p, span, blockquote, div, form, h1, h2, h3, h4, h5, h6, td, th, thead, tfoot, tbody, ul, li, ol, dl, dt, dd, select, input, textarea {
	background: transparent;
	color: #000000;
}

ul {
	list-style: disc;
}


a:link, a:visited {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

.content {
	border: none;
}

#head, #left, #right, #footer {
	display: none;
}
