body {

background-image: url("fon.JPG");
background-repeat: repeat;
Background-attachment: fixed
}

h1
{
font-weight: bold;
font-size: 30px;
font-family: serif;
text-align: center;
}

h2
{
font-style: italic;
font-weight: bold;
font-size: 20px;
font-family: serif;
text-indent: 30px;
}
p
{
text-indent: 30px;
font-weight: bold;
font-size: 20px;
font-family: serif;
text-align: left;

}

q
{
font-style: italic;
text-indent: 30px;
font-weight: bold;
font-size: 18px;
font-family: serif;
text-align: left;

}
div.box {
align="absmiddle"
position:centre;
left: 5%;
right: 5%;
border: 1px solid black;
background: white;
}