/*
master CSS file
2008.08.26 VVVas
*/
body, form { margin: 0px; padding: 0px; }
img { border: none; }

a:link, a:visited, a:active { color: #0079EE; }
a:visited { text-decoration: line-through; }
a:hover { color: #EE0077; }

#menu, #print_footer, #ctrl-arrow {
	display: none;
}
#header, #main, #content, #footer {
	float: none;
	width: auto;
}
body {
	padding: 2px 0 2px 0;
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	color: #33CCCC;
}
address, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
}
p, ul { padding-bottom: 0.2em; }
.here {
	text-decoration: none;
}
small.date {
	float: right;
}
object.rpod {
	width: 100%;
	height: 40px;
}