@charset "windows-1251";
body {
background-color: rgb(234,208,191);
background-image: url('crinklepaper.jpg');
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: 00ff00; 
background-color: yellow;
text-align: center;
font-weight: bold;
//font-variant: all-caps;
text-transform: uppercase;
font-size: 24px;
// letter-spacing: 1em;
}

p {
color:green;
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;
}
