/* Style sheet for flyonthewall.uk.com */
/* Created by Dave Riches, Riches Communications Pty Ltd, riches.com.au */

/*body background-color, text color and font-family, all inherited by susequent elements */
body {
	background-color: #000033;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
/* redefine default heading style */
h1 {
	font-size: 18px;
}
/* redefine default 1st level sub-heading style */
h2 {
	font-size: 16px;
}
/* this is the color for all links, change a: visited color separately if desired */
a {
	color: #FF9900;
}
/* this is the color that links change to on hover */
a:hover {
	color: #FFFF99;
}
p, li, td {
	font-size: 14px;
}
.footnav {
	font-size: 13px;
}
.copyright {
	font-size: 10px;
	font-weight: bold;
}
.itemcopy {
	font-size: 13px;
}
.indexitemcopy {
	color: #CCCCCC;
}
.notice {
	font-size: 18px;
	font-weight: bold;
}