@charset "windows-1251";
body {
background-repeat:repeat-x;
font-family: Arial;
}

h1 {

line-height: 40px;
text-align: center;
font-weight: bold;
font-size: 34px}

h2 {
line-height: 70px;
color: red;
text-align: left;
font-weight: 900;
font-variant: all-caps;
//text-transform: uppercase;
font-size: 24px;
// letter-spacing: 1em;
}

h2.red {color: red;}
h2.green {color:green;}
h2.blue {color: blue;}
h2.purple {color: purple;}

p {
color:black;
text-indent: 25px;
font-size: 14px}

li {
font-style: italic;
font-size: 14px}

#b {
font-weight: bold;
}

#c {
text-align: center;
}

#sup {
vertical-align: super;
}

div {background-color: #ffff00; color: black}
#id1 {background-color: #ffd700}
#id2 {background-color: #DAA520}
#id3 {background-color: #ffa500}

p.bi:first-letter {color: red; font-size: 200%} 

a.link1:link {color: red;}
a.link1:visited {color: blue;}
a.link1:hover {font-size: 1.5em;}

a.link2:link {color: red; font-size: 1.5em;}
a.link2:visited {color: blue; font-size: 1.5em;}
a.link2:hover {background: yellow; font-size: 1.5em;}

