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, img, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#header {
	background: lightgray;
	border-bottom: 1px solid #gray;
	padding: 5px;
	text-align: left;
	color: green;
}
#header a{
	color: green;
	text-decoration: none;
	font-weight: bold;
}
#cse-search-box {
	position: absolute;
	right: 0;
	top:3px;
}

body {
	background: lightgray;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#main_content {
	padding: 10px;
}
h1 {
	margin-bottom: 10px;
}
#nahoditsja_v,
#parents,
.top_level_gost_group > li {
	border: 1px solid gray;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: auto;
	margin-bottom: 10px;
	background: white;
}
#nahoditsja_v h2,
#parents h2 {
	margin-bottom: 10px;
	margin-left: 10px;
}
ul {
	margin-bottom: 20px;
}
li {
	margin-top: 5px;
	margin-left: 10px;;
}
#page_texts .page {
	border: 1px solid gray;
	padding: 10px;
	margin: 10px;
	background: white;
}
#page_texts .page h3 {
	margin-bottom: 10px;
	text-align: center;
}
.top_level_gost_group h2 {
	margin-bottom: 10px;
}
.top_level_gost_group li{
	padding-left: 10px;
	margin-bottom: 10px;
}
