﻿/* Stylesheet Experimentation
*/
body {
	background-color: #000000;
	font-family: arial;
	font-size: 10pt;
	color: black;
	line-height: 14pt;
	margin-left: 10px;
	margin-right: 10px;
	left: auto;
	right: auto;
}
p {
	padding: 0 0 0 0;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	background-color: #C0C0C0;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: arial;
	font-size: 14;
	color: red;
	font-weight: normal;
	line-height: 20pt;
	width: 100%;
}
.colour {
	color: red
}
.posn1 {
	margin-right: auto;
	margin-left: auto;
}

/* Don't underline links and make all links red.
Make links black when activated
*/
a { text-decoration: none }
a:link { color: darkmagenta }
a:visited {color: blue }
a:active { color: black }

.footer {
	position: relative;
	top: 200px;
}
.wrapperright {
	margin: 20px;
	padding: 10px;
	width: 35%;
	float: left;
}
.wrapperleft {
	margin: 20px;
	padding: 10px;
	width: 35%;
	float: left;
}
.droplower {
	position: relative;
	top: 75px;
}
