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, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 15px;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: auto;
color: #000;
font-family: "PT Sans", sans;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
/*border: 1px dotted #999;*/
}
caption, th, td {
font-weight: normal;
}
em,i{
 font-style: italic;
}
b,strong{
 font-weight: bold;
}
p{
 margin-bottom: 10px;
}
h1,h2,h3,h4,h5,h6{
 text-transform: none;
}
a,
a:visited{
 color: #15305d;
 text-decoration: underline;
 font-size: inherit;
 transition: all 0.3s ease 0s;
}
/*a[href^="?"]:visited,
a[href^="/"]:visited,
a[href^="http://xn--c1acc6aafa1c.xn--p1ai/"]:visited,
a[href^="http://генофонд.рф/"]:visited,*/
a[href^="?"],
a[href^="/"],
a[href^="http://xn--c1acc6aafa1c.xn--p1ai/"],
a[href^="http://генофонд.рф/"]{
 color: #000;
}
a:hover{
 text-decoration: underline;
 font-size: inherit;	
 color: #892000;
 transition: all 0.3s ease 0s;
}