
h1
{
    text-align: center; 
    font-size: xx-large; 
}

body {
        text-color: #560912; 
	font-family: Arial, Helvetica, sans-serif;
        background-color: #FFB945;
        background-image: url(Lakeside_School_lion_maroon.png);
#	opacity: 0.8; 
	background-attachment: fixed;
	background-position: 100px 100px; 
        background-repeat:no-repeat;
}

a:link {
        color: #a2171c;
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #888888;
}
a:hover {
        text-decoration: underline;
}
a:active {
        text-decoration: none;
}

