body {
    background: #FFFFFF;
    color: #003366;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller
	
	
}

div.content {
    background-image: url(atteli/clarin-background.png);
    background-repeat: repeat-y;
    /* Top and bottom 0, left and right auto (so that the width specification works) */
    margin: 0px auto 0px;
    width: 80%;
	
}

h1 {
    font-size: 125%;
}

h2 {
    font-size: 100%;
}

div.menu {
    margin: 2ex 3px auto 3px;
    width: 100%;
    text-align: left;
   
}

div.menu ul {
    list-style-type: none;
    padding: 0px;
}

div.menu li {
    margin-bottom: 1.5ex;
}

div.menu a:link, div.menu a:visited {
    color: inherit;
}

div.content table {
    border-collapse: collapse;
	
}

div.content td {
    padding: 0.3em;
    border: 1px solid black;
  
}

