/***********************************
* VJs Stylesheet - news.php        *
***********************************/

body {
    background-color:#8C9887; 
}

A:link { 
    color: #FFFFFF; 
    text-decoration:none; 
    cursor: hand 
} 

A:visited {
    color:white; 
    text-decoration:none; 
}

A:hover {
    color:white;
    text-decoration:none; 
}

H1 { 
    color: #FFFFFF; 
    font-size:12pt; 
}

H2 { 
    color:red; 
    font-size:10pt; 
}
