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

a:link, a:visited, a:active, a:hover { color: #000000; text-decoration: none; }
#content p, #content ul { line-height: 1.25em; }

#header, #menu, #footer, #ctrl-arrow {
	display: none;
}
#main, #content {
	float: none;
	width: auto;
}
body {
	background: none;
	font: 12pt Times New Roman, Garamond, serif;
	color: #000000;
}
address, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
}
p, ul { padding-bottom: 0.5em; }
.here {
	text-decoration: none;
}
#content a[href]:after {
	content: " (" attr(href) ")";
}
#content a[href^="/"]:after {
	content: " (http://www.vvvas.ru" attr(href) ")";
}
#content { border-bottom: 1px solid #000000; }