/* 
    Document   : style
    Created on : 8 févr. 2012, 10:47:41
    Author     : J.Gerakis
    Description:
        Purpose of the stylesheet follows.
*/


root { 
    display: block;
}

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: smaller;
    padding: 50px;
}

h1 {
    text-align: left;
    letter-spacing: 4px;
    font-size: 1.8em;
    color: #555555;
    font-weight: bold;
    width: 650px;
}
h2 {
    text-align: left;
    color: #555555;
    font-weight: bold;
    width: 650px;
}
table {
    font-size: 1em;
    width: 650px;
    padding: 6px;
    /*background-color: #cccccc;*/
}

th {
    text-align: center;
    border-bottom: 1px solid;
    white-space:nowrap;
}

td {
    padding: 10px;
    white-space:nowrap;
}
tr.d0 td {
	/*background-color: #cccccc;*/
        color: black;
}
tr.d1 td {
	/*background-color: #ffff99;*/
        color: black;
}
a:link {
   color: #0000ff;
   font-weight: normal;
   text-decoration: underline;
}

a:link:hover {
   color: #333333;
   font-weight: normal;
   text-decoration: underline;
}
