body
{
    background-image: url('images/mainbg.jpg' );
	
}

body.body2
{
    background-color:#4768c4;    
    background-image: url('images/mainbg.jpg' );
}


/*Home Page Starts*/

img
{  border-style: none;
}



/*Headings*/
h1
{
    font-size: 32px;
    font-variant: small-caps;
    font-weight: bold;
    color: #ffffff;
    text-align: centery;
}


h2
{
    font-size: 26px;
    font-style: italic;
    font-variant: small-caps;
    font-weight: bold;
    color: blue;
    text-align: center;
}




/*Headings End*/

/* Links */

a:link
{
    color: black;
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
   
}

a:hover
{
    color: black;
    font-style: italic;
    text-decoration: underline;
}




.r {color:black; background-color: Orange; font-size: 24px}
.r:link {color:black}
.r:hover{font-style: italic;text-decoration: underline;}
.r:visited {color: black: text-decoration: none;}

    


    


/* Links End */