body {
	background-image:url("pics/2000042701%20Tandiya.JPG");
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    color: #4c1900;
    background-color: #99ccff;
    text-align: center;
   }

/* anchors */
a[href] {
    font-size: 100%;
    font-weight: normal;
    color: #4c1900;
    background-color: #99ccff;
 }
a:link {color:#4c1900}    /* unvisited link */
a:visited {color:#4c1900} /* visited link */
a:hover {background-color: white;color:black}   /* mouse over link */
a:active {background-color: white;color:black}  /* selected link */


/* headings */
h1 {
    font-size: 300%;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    color: #4c1900;
    background-color: #99ccff;
}
h2 {

    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    color: #4c1900;
    background-color: #99ccff;
   }

/* divisions */
.pad{float:left;padding:2px;height:260px;}



/* end */