body {
    margin: 10px;
    background-color: white;
    font-size: large;
}

h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.container-fluid {
    margin-top: 20px;
}

.carousel-inner img{
    width: 100%;
    display: block;
}

footer {
    margin-top: 30px;
    text-align: center;
	background-color: white;
}

footer img {
    margin-top: 5px;
    margin-bottom: 5px;
    align-content: center;
}

.news-para {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.news-para img {
    float: left;
    margin-right: 10px;
}

img.right {
    float: right;
    margin-left: 10px;
}

.left {
    float: left;
}

img {
    max-width: 100%; height: auto;
}

.italic {
    font-style: italic;
}

.xsmall-italic {
    font-size: x-small;
    font-style: italic;
}

.centre {
    text-align: center;
}
