body {
	font-family: helvetica, arial, sans-serif;
	color: black;
        background: url("pics/background.png") white fixed;
}
a:link {
	color: navy;
}
a:visited {
	color: #800000;
}
a:active {
	color: blue;
}

h1	{ font-size: x-large; }
h2	{ font-size: large; }
h3	{ font-size: medium; }

.caption {
	margin: 1em 0.5em 1em 0.5em;
	text-align: center;
	font-size: small;
}

.box,.boxleft,.boxright {
	background-color: #A0A0A0;
	border: 1px solid black;
	margin: 0.5em 0.5em 0.5em 0.5em;
	font-size: small;
}

.box {
	text-align: center;
}

.boxright {
	width: 33%;
	float: right;
	margin: 0 0 0.5em 0.5em;
}

.boxleft {
	width: 33%;
	float: left;
	margin: 0 0 0.5em 0.5em;
}

