HTML {
padding : 0; 
margin : 0;
font-family: Verdana, Tahoma, serif;
} 
body 
{
 background-color:#b1b78b;
 text-align:center;
 margin:0px;
}
.box {
width:760px;
margin:0px auto;
text-align:left;
background-color:#fff;
border:1px solid #000;
}
.content {
padding-right : 40px; 
padding-left : 60px;
font-family : Verdana,Tahoma,serif; 
font-weight : normal; 
font-size : 80%; 
padding-bottom : 20px; 
padding-top : 20px; 
height : 100%; 
} 
#title {
font-weight : bold; 
font-size : 18px; 
padding-bottom : 0; 
color : #333; 
padding-top : 20px; 
} 
P {
line-height : 140%; 
} 
H1 {
font-weight : bold; 
font-size : 110%; 
} 
HR {
width : 80%; 
color : #f60; 
text-align : left; 
} 
#data {
padding-bottom : 30px; 
color : #666; 
text-align : left; 
} 
#footer {
padding : 20px; 
font-weight : bold; 
text-align : center; 
} 
#copyright {
padding : 20px; 
font-size : 10px; 
color : #999; 
} 
A:link {
color : navy; 
text-decoration : none; 
} 
A:visited {
color : purple; 
text-decoration : none; 
} 
A:hover {
color : red; 
text-decoration : underline; 
} 
/*bildēm bez uzraksta */
img {
border : 0px none; 
} 
.imgleft {
border : 1px solid #000; 
margin : 3px 5px; 
float : left; 
} 
.imgright {
border : 1px solid #000; 
margin : 3px 5px; 
float : right; 
}
/*bildēm ar centrētu uzrakstu */
div.aleft {
  float: left;
   }
div.aleft p {
   font: normal 80% Verdana;
   text-align: center;
}

div.aright {
  float: right;
   }
div.aright p {
   font: normal 80% Verdana;
   text-align: center;
    }
