h1{color:red;font-size:40px;
text-align:center; 
text-decoration:underline;}

h2{color:green;font-size:20px;
text-align:justify; 
}

h3{color:black;font-size:14px;
text-align:align; 
text-decoration:underline;}


p {
text-indent: 50px;
}

ol {list-style-type:circle;}

BODY {
background-color : red ;
background-image : url(new.png) ;
Background-repeat: repeat ;
background-attachment: fixed ;
background-position: center center;
}

body, html {
margin:0px;
padding:0px;
}
#container{
min-width:550px;
width:100%;
margin:0 auto;
}
#header{
background-image:url(fon2.png);
}
#left{
background-image:url();
width:200px;
float:left;
}
#right{
width:200px;
float:right;
}
#content{
background-image : url() ;
margin-left:205px;
margin-right:205px;
}
#clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}
#footer{
background-color:#d292bc;
}