﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Rubik&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,hebrew,latin-ext,vietnamese');
/*	svdcuria.css	*/
/*	Style Sheet for	*/
/*	regular html files	*/
/*	in svdcuria.org	*/
A:link{text-decoration:none; color:#000000}
A:visited{text-decoration:none; color:#000000}
A:hover{text-decoration:none; color:#FF0000}
A:active{text-decoration:none; color:#000000}
html { font-size: 100%; }
body{
color : #000000;
background : transparent url('../../images/curseal.jpg') no-repeat fixed right bottom;
font-family: 'Rubik', 'Noto Sans', system-ui, sans-serif;
overflow: auto}
.center-style {
	text-align: center;
}
.right-style {
	text-align: right;
}
.justify-style {
	text-align: justify;
}

.small-style { font-size: 0.85rem; }
.xsmall-style { font-size: 0.75rem; }
.red-style {
	color: #FF0000;
}
.underlined-style {
	text-decoration: underline;
}
.dropcap {
    float: left;
    font-size: 2.75em;
    line-height: 80%;
}
.table-style {
	border-collapse: collapse;
}
.cell-style {
	white-space: normal;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.ul.new {
  list-style-image: url('../../images/new6.gif');
}
.ul.none {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.ul.attention {
  list-style-image: url('../../images/atten00.gif');
}
.ul.a {
  list-style-image: url('../../images/tick.gif');
}

.ul.b {
  list-style-image: url('../../images/bullet.gif');

}
.ul.c {
  list-style-image: url('../../images/tick3.gif');
}