@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);

body {
	color: #626060;
	background: #fff;
	font: 13px/1.5 'PT Sans', Arial, 'Liberation Sans', FreeSans, sans-serif;
	width: 100%;
	height: 100%;
}

pre,
code {	font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace; }

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 { font-size: 19px; }
h2 { font-size: 17px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

h1, h2, h3, h4, h5, h6{	font-weight: normal; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol { list-style: decimal; }
ul { list-style: disc; }
li {
    list-style: none inside;
}

a { color: inherit; }


.title {
	font: 17px/1.5 'PT Sans Caption', Arial, 'Liberation Sans', FreeSans, sans-serif;
    color: #485566;
}

.bold { font-weight: bold; }
