body{
background-image: url(image/wall.gif) ;
background-repeat: repeat-y;
background-color: white ;
margin-left: 60px ;
margin-right: 30px ;
color: black ;
}
A:link {
text-decoration:none ;
color: blue ;
}
A:visited {
text-decoration:none ;
color: purple;
}
A:active {
text-decoration:none ;
color: red;
}
A:hover {
text-decoration:underline ; 
color: red;
}
.text{
margin-left: 30px ;
margin-right: 30px ;
line-height : 150%;
}
.text1{
margin-left: 5em ;
margin-right: 10em ;
line-height : 180%;
font-family : ‚l‚r ‚o–¾’©;
}
.text2{
margin-left: 30px ;
margin-right: 30px ;
}
.text3{
margin-left: 10px ;
}

.link{
margin-left: 30px ;
margin-right: 30px ;
}
h3{
color: #FFFFFF;
background-color: #A52A2A;
padding: 4px ;
width: 100%;
border: 1px none white;
font-weight: bold;
}
h4{
color: #FFFFFF;
background-color: #4682B4;
padding: 4px ;
width: 100%;
border: 1px none white;
font-weight: bold;
}

