BODY {
	background-color: White;
	background-image: url(images/squiggle.jpg);
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

A:LINK, A:VISITED {
	background-color: Silver;
	color: White;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	border-top-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 2px;
	border-left-style: solid;
	border-bottom-color: Gray;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-right-color: Gray;
	border-right-width: 2px;
	border-right-style: solid;
}
}

A:HOVER {
	background-color: Red;
	color: White;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	border-top-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 2px;
	border-left-style: solid;
	border-bottom-color: Gray;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-right-color: Gray;
	border-right-width: 2px;
	border-right-style: solid;
}
}

TD {
	border : 0px;
}

H1 {
	font-family : "Courier New", Courier, monospace;
	text-align : center;
	font-style : normal;
	font-size : 18pt;
	font-weight : bold;
}

.noborder{
	border : 0px;
}

.left{
	text-align : left;
	float : left;
}

.right{
	text-align : center;
	float : right;
}

.centre{
	text-align : center;
}