﻿* 
{margin: 0;	padding: 0;}

html
{height: 100%;}

body
{height: 100%;	background: #660000;	color: white;	font-family: verdana, helvetica, sans-serif;}

h1
{font-variant: small-caps;	font-size: 1.2em;	margin-bottom: 50px;}

span
{margin-left: 25px;}

.centre
{width: 80%;	margin: auto;		text-align: center;}

.container 
{height: auto;	min-height: 100%;	display: flex;	flex-direction: row;}

.box1
{width: 10%;}

.box1 img
{max-width:100%;	max-height:100%;	object-fit: contain;	margin-top: 25px;}

.box2
{width: 90%;	height: auto;	background: white;	color: black;}

#taf
{margin: 50px;}

h3
{margin: 25px 0;}

ul
{margin: 10px 25px 0;}

a
{color: #660000;	font-variant: small-caps;	font-weight: bold;	text-decoration:none;}

a:hover
{color: red;}

#box3
{display: flex;	flex-direction: row;	margin: 25px 0;}

#box3 img
{margin: 0 25px;}

#decal
{margin-top: 25px;}






















