body {
background-image: url("bkg.gif");
background-repeat: repeat;
font-family: verdana, sans-serif;
font-size: 10pt;
}
a {
font-style: normal;
color: red;
}
im {
color: #800000;
font-style: italic;
}
a:hover {
font-style: normal; text-decoration: none; color: red; background: yellow;
}
a:active {
color: yellow;
}
h1 {
color: #9999cc;
font-family: verdana, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 180%;
text-align: center;
}
h2 {
color: #800000;
font-weight: normal;
font-size: 120%;
text-decoration: underline;
text-align: left;
}
em {
color: #800000;
font-style: normal;
font-weight: bold;
}
.red {
color: red;
}
.mar {
color: #800000;
}
a.home {
color: #800000;
font-weight: normal;
font-size: 150%;
font-style: italic;
text-align: center;
text-decoration: underline;
}
a.home:hover {
color: red;
font-weight: normal;
font-size: 150%;
font-style: italic;
text-align: center;
text-decoration: underline;
background: none;
}
a.mail {
color: red;
font-weight: bold;
font-size: 100%;
font-style: normal;
text-decoration: underline;
}
a.mail:hover {
color: red;
font-weight: bold;
font-size: 100%;
font-style: normal;
text-decoration: underline;
background: yellow;
}
td{
text-align: justify;
font-family: verdana, sans-serif;
font-style: normal;
font-size: 10pt;
}
td.prezzi{
text-align: center;
font-family: verdana, san-serif;
font-size: 10pt;
color: #800000;
font-style: normal;
font-weight: bold;
}
ul {
list-style: outside;
}
#right { 
float: right;
margin-left: 15px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#left { 
float: left;
margin-left: 0px;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 0px;
}
#clr { 
clear: both;
top: 0px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#left-txt {
float: left;
margin-left: 0px;
margin-top: 0px;
margin-right: 20px;
margin-bottom: 20px;
padding: 20px;
color: #800000;
font-size: 9pt;
background-image: url("back1.jpg");
background-repeat: repeat;
background-position: middle;
border: #9999cc solid 1px;
<!-- background-color: #ccccff; -->
}
#right-txt {
float: right;
margin-left: 40px;
margin-top: 0px;
margin-right: 15px;
margin-bottom: 20px;
padding: 30px;
color: #800000;
background-image: url("back1.jpg");
background-repeat: repeat;
background-position: middle;
border: #9999cc solid 1px;
<!-- background-color: #ccccff; -->
}