/*
    Cascading Style Sheet for abinit.org
*/

/* Body */
body
{
    font-size:14px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    background-color: white;
    text-align: center;
    margin: 0px;
    padding: 1em;
    min-width: 780px;
}

h1
{
    font-size: 4em;
    font-weight: bold;
    text-align: center; 
    color: #260096;
    margin-top: 1em;
    margin-bottom: 1em;
}

h2
{
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    color: #260096;
}

table
{
    align: center;
    border-style: none;
    border-collapse: separate;
    border-spacing: 2em;
}

td
{
    text-align: center;
}

a:link,a:visited,a:active
{
    text-decoration: none;
    color: #260096;
}

a:hover
{
    text-decoration: underline;
    color: #408040;
}

img
{
    border: 0px;
}

hr
{
    width: 60%;
}

div.copying
{
    font-size: 12px;
    text-align: center;
    margin-top: 4em;
}
