p {
    font-family : Arial;
    color : black;
}

p.1 {
    font-family : Arial;
    color : black;
}

TD {
    font-family : Arial;font-size : 11 px;
    color : black; font-weight:bold ;
}

TD.1 {
    font-family : Arial; font-size : 12 px;
    color : #777777;  
}

TD.header {
    font-family : Arial;
    color : green; 
    font-size : 30 px;
    background : #ffffff
}



h1,h2,h3,h4,h5,h6 {
   
    font-family : Arial
    }
h1 {font-size : 30 px;}
h2 {font-size : 16 px;}
h3 {font-size : 16 px;}
h4 {font-size : 14 px;}
h1.extra {
    color : blue;
    font-size : 60 px;
}

h2.1 {
    font-family : Arial;
    color : yellow; 
    font-size : 30 px;

}

h2.2 {
    font-family : Arial;
    color : yellow; 
    font-size : 20 px;

}

body {
     background : #0072bb;
}

body.1 {
     background : #90d0f6;
}
 
body.2 {
     background : #000000;
}

body.3 {
     background : #C1C1C1;
}


body.4 {
     background : #ffffff;
}

A		{color : black; font-weight:bold ;}
A:visited	{color : black; font-weight:bold ;}
A:hover		{color : red; font-weight:bold ;}
A:active	{color : red; font-weight:bold; } 