PK

ADDRLIN : /home/anibklip/ulpc.in/2014-2015/
FLL :
Current File : //home/anibklip/ulpc.in/2014-2015/edusoft.css

html, body
{
    font-family: trebuchet, trebuchet ms, 'lucida sans unicode', sans-serif;
    background-color1: #000000;
    text-align: center;
}

#content
{
    margin: auto;
    margin-top: 0px;
    padding: 5px;
}
#content td
{
    font-size: 140%;
    text-align: center;
    font-weight: bold;
}
.red
{
    background-color: #A04B52;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border: 4px solid #6D3031;
}
.green
{
    background-color: #88AE59;
    border: 4px solid #536934;
}
.blue
{
    background-color: #407595;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border: 4px solid #2D4871;
}
.white
{
    background-color: #cccdd7;
    border: 4px solid #AFB1C0;
}

.orange
{
    background-color: #EB8547;
    border: 4px solid #F3B894;
}

.white a
{
    color: #80839B;
}
    
.login_a
{
    text-decoration: none;
    display: block;
    color: #000066;
    padding-top: 70px;
    padding-bottom: 50px;
}
.login_a:hover
{
    color: #990000;
}


PK 99