PK

ADDRLIN : /home/anibklip/pcfcindia.com/2023-24/
FLL :
Current File : /home/anibklip/pcfcindia.com/2023-24/edusoft.css

html, body
{
    font-family: trebuchet, trebuchet ms, 'lucida sans unicode', sans-serif;
    background-color: #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;
}
    
a
{
    text-decoration: none;
    width: 250px;
    display: block;
    color: #D7D7D7;
    padding-top: 70px;
    padding-bottom: 50px;
}
a:hover
{
    color: #ffffff;
}


PK 99