/* stylesheet for reveille.org.uk */

a:link {
	color: #000000;
	background-color: inherit;
	text-decoration: underline;

}

a:visited {
	color: #777777;
	background-color: inherit;
	text-decoration: underline;
}

a:hover, a:active {
	color: #EEEEEE;
	background-color: #222222;
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

div#mainbox {
	height: 330px;
	width: 370px;
	padding: 10px;
	border: none;
	background-color: #FFFFFF;
	overflow: auto;
	position: relative;
	top: 135px;
	left: 75px;
}
	div#mainbox p {
		padding-top: 0;
		margin-top: 0;
	}

img {
	border-style: none;
}

object#animation {
	 width: 600px;
	 height: 550px;
	 position: absolute;
}

p.disclaimer {
	color: #AAAAAA;
	font-size: x-small;
	position: relative;
	top: 150px;
	left: 93px;
	width: 350px;
}

ul#linkbox {
	list-style: none;
	border-style: dotted;
	background-color: #CFDEFF;
	padding: 0;
	margin: 0;
	height: 1.8em;
	width: 350px;
	position: relative;
	top: 125px;
	left: 93px;
}

	ul#linkbox li {
		list-style: none;
		float: left;
		padding: 0.3em 0 0 0.8em;
	}

		ul#linkbox li a:link, a:visited {
			color: #FAFAFA;
			background-color: inherit;
			text-decoration: none;
			font-weight: bold;
		}
		
		ul#linkbox li a:hover, a:active {
			color: #FAFAFA;
			background-color: inherit;
			text-decoration: underline;
			font-weight: bold;
		}
