/* CSS definition file containing site wide stylesheets */

BODY {
	font-size: 16px;
 	background-color: rgb(255,156,0);
 	background-repeat: no-repeat;
 	background-attachment: fixed;
 	background-position: top
}

H2 {
	font-size: large
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif
}

.copyright {
	font-size: x-small;
 	font-style: italic;
 	text-align: center
}

PRE {
	margin-left: 1px;
 	margin-right: 1px
}