/* default rules for the whole document */
body {
	background-image:url("pics/2002032601%20Kreta.JPG");
    font-family: Arial;
    color: #4c1900;
    background-color: #ccffff;
    text-align: center;
   }

/* anchors */
a[href] {
    font-size: 100%;
    color: #4c1900;
    background-color: #ccffff;
 }

/* headings */
h1 {
    font-size: 300%;
    font-variant: small-caps;
    color: #4c1900;
    background-color: #ccffff;
}
h2 {

    font-size: 100%;
    font-weight: normal;
    color: #355e00;
    background-color: #ccffff;
   }

.pad{float:left;padding:2px;height:260px;}

/* end */