
body {
    background: #EEEEFF;
}

body.scotland {
 background: #AACCEE;   
}

body.ireland {
    background: #B0E0AA;
}

body.england {
    background: #E0B0AA;
}

h2 {
    font-family: Helvetica, sans-serif; 
    color: #666666;
}

a {
    font-family: Helvetica, sans-serif;
    color: MediumSlateBlue;
    text-decoration: none;
}

a.nav {
    margin-left: 20px;
}

td {
    text-align: center;
}

td img {
    border: thin #000000;
}
    
li {
    margin-top: 3px;
    list-style-type: none;
}

.text {
    font-family: Helvetica, sans-serif;
}

body.scotland .text a {
    color: DarkBlue;
}

body.england .text a {
    color: Indigo;
}

body.ireland .text a {
    color: DarkGreen;
}


.maintext {
    font-family: Helvetica, sans-serif;
    margin-right: 50%;
    position: absolute;
}


.pic {
    margin-left: 50%;
    padding-top: 70px;
}
