/* fff,000 -- note hover colors now have set backgrounds bc. of the white 
look and the xml links include a border not needed for non black-and-white
 */


body {
	background-color: #fff;
	}
a {
	color: #000;
	}

a:hover {
	color: #fff;background-color: #000;
	}

div {
	width: 80%;
	background-color: #fff;
	border: 10px solid #000;
	margin: 5% auto 0 auto;
	}

h1 {
	font-family: arial, sans-serif;
	font-size: 24pt;
	font-weight: normal;	
	letter-spacing: .2em;
	text-align: center;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 15px;
	border-bottom: 10px solid #000;
	}

p {
	font-family: "times new roman", serif;
	font-size: 12pt;
	color: #000;
	text-align: left;
	margin: 3%;
	}

p.small {
	font-family: arial, san-serif;
	font-size: 9px;
	}
	
#center {
	text-align: center;
	margin-bottom: 0;
	}
	
#right {
    text-align: right;
    width: 80%;
    position: absolute;
    bottom: 1em;
    right: 1em;
    }

#right a {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 1px;
    border: 1px solid #000;
    }

#right a:hover { color: #fff; background-color: #000;}
