a { text-decoration: none; }
a:link { color: brown }
a:visited { color: gray }
a:active { color: red }
a:hover { text-decoration: underline }

p  {text-align:justify; }

li	{list-style-position: outside ;}

.menu {
        font-family: serif;
        font-style: italic;
}
.subtitle {
        font-family: serif;
        font-style: italic;
        font-size: x-large;
        color: brown;
        font-weight: bold;
}
.title {
        font-family: serif;
        font-style: italic;
        font-size: xx-large;
        color: brown;
        font-weight: bold;
}

.index {
        font-family: "arial black", helvetica, sans-serif;
        font-style: italic;
        font-size: x-large;
        color:brown;
        font-weight: bold;
}

.img {
        margin:10pt;
        shadow:black;
}

.table {
		  font-family: "arial", helvetica, sans-serif;
        font-size: x-small;
}









