/* mystyle.css - style sheet íà ÄÃ Ìå÷òà */

body
{   margin-top: 10px;

    font-family: verdana, sans-serif;
    font-size: 20px;
    line-height: 1.6em;

    color: black;
    background-color: #ff9999;
}


table.main
{   margin: 0px auto;
    width: 960px;
    table-layout: fixed;
}


table.navbar
{   width: 100%;
    padding: 10px 0px 10px 0px;
    margin:  0px  0px 10px 0px;
}


table.navbar tr td
{   font-size: 24px;
}

table.navbar tr td a:link    { color: #0000ff; text-decoration: none; }
table.navbar tr td a:visited { color: #0000ff;  }
table.navbar tr td a:hover   { text-decoration: underline; }
table.navbar tr td a:active  { color: #990000; }


table.personal
{   width: 100%;
}

table.personal tr td
{   height: 241px;
    padding-bottom: 12px;
    /* border-bottom: 1px dotted #990000; */
}


table.grupi { width: 100%; }

table.grupi tr td { padding-bottom: 16px; }


table.album { width: 100%; }

table.album tr td { padding-bottom: 16px; }


h2 { color: #007000; }

h3
{   font-size: 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #007000;
    margin-top: 0px;
    padding-top: 40px;
}


.green { color: #007000; font-weight: 600; }


p.justify { text-align: justify; }


