img, body, html, table, td, tr, div {
    margin: 0;
    padding: 0;
}

h1 {
    text-align: center;
    color: aliceblue;
    font-size: 50px;
    font-style: italic;
}

h3 {
    text-emphasis: bold;
}

.mildlink {
    color:darkblue;
    text-decoration: none;
}

body {
    background-image: url(PerthRdAutumnWithoutWhite.jpg);
    background-size: cover;
    background-repeat: repeat-y;
}

#pagewrapper {
   
    text-align: center;
}

.spacer {
    clear: both;
    margin: 10px;
    border: 1px solid black;
}

#MainText {
    background: #EFEFEA;
    border-radius: 10px;
    padding: 15px;
    margin: 0% 20% 0% 20%;
}

.subimage {
    width: 90px;
    height: 120px;
    margin: 0px 10px 0px 10px;
}