body {
    color: white;
    background-color: black;
    background-image: url(img/dna-dark.gif);
    background-position: center 150px;
    /*background-attachment: fixed;*/
    font-size: 10pt;
    text-align: center;
}
div.hr {
    clear: both;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url(img/underline-arrow.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
}
h1,h2 {
    text-align: left;
    padding-top: .5em;
    padding-bottom: .5em;
}
img {
    margin-top: 1em;
    margin-bottom: 1em;
    border: solid white 5px;
}
a {
    color: white;
}
a:hover {
    text-decoration: underline;
}
div.col {
    /*
    background-image: url(img/dna-dark.gif);
    background-position: center;
    background-attachment: fixed;
    */
    text-align: left;
    padding: 20px;
    margin: 0 auto;
    width: 600px;
    margin-bottom: 30px;
}
.col object {
	margin-left: -90px;
}

*{
    font-family: sans-serif;
}

p,td {
    text-align: justify;
    color: #eee;
    font-size: 10pt;
}
div.menu {
	text-align: center;
	font-weight: bold;
	/*color: white;*/
    margin-top: 2%;
}

div.menu span.nota {
    font-size: 12pt;
    padding: 0px 15px;
    text-decoration: underline;
}
div.menu a {
    font-size: 12pt;
    padding: 0px 15px;
    text-decoration: none;
}
div.menu a:visited {
  color: #ccc;
}
div.menu a:hover, div.menu span.nota {
    background-image: url(img/bullet-rose.gif);
    background-repeat: no-repeat;
    color: white;
}
p.img {
    text-align:center;
}
div.menu img {
    border: none;
}

