
/* note:  this background is commented out. 
body {background-image: url('images/sfondo4.jpg');background-repeat:repeat; margin: 0px 5%;}
*/

body {background-color: burlywood;}

A:link {text-decoration: underline; color: black;}
A:visited {text-decoration: underline; color: black;}
A:active {text-decoration: underline; color: green;}
A:hover {text-decoration: underline; color: red;}

img {border: 1px solid #0000ff; height: auto;   width: auto;}
img.left {float: left; margin:10px 10px 10px 10px;}
img.right {float: right; margin:10px;}

p  {line-height: 1.7; font-size: x-large; text-indent: 3em;}
/* p:first-line {font-size:x-large;}*/
p:first-letter {font-size:xx-large;}

.banner {color:maroon; font-family: verdana; font-variant: small-caps; text-align: center;}
.center {color:green;  font-family:georgia;                            text-align: center;}
table {table-layout:fixed; background-color: tan; border: maroon 3px solid;}

div.header       {min-height: 1em; position:relative;}
div.left-third   {border:red     3px solid; position:absolute; left:0%; width:33%;}
div.middle-third {border:yellow  3px solid; position:absolute; left:34%; width:32%;}
div.right-third  {border:blue    3px solid; position:relative; left:69%; width:31%;}
div.body         {min-height: 1 em; position:relative;}

li {color:black; font-weight:normal; line-height:1.7; font-size:larger; list-style-position:outside; }


