/* CSS Document */


body {
	background-image: url(../images/bgpaperyellowsubtle.jpg)
	}
a:link, a:visited {
	text-decoration: none;
	}
a:hover {
	color: #FF0000;
	}
a:active {
	color: #000000;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000099;
	color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #0033FF;
	margin-left: 30%;
	margin-right: 30%;
	text-align: center;
	font-size: 140%;
	margin-bottom: 40px;
	}
div.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	line-height: 120%;
	}

div.privacy {
	font-family: Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	color: #990000;
	background-color: #FFFFFF;
	width: 400px;
	font-size: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	}
.privacyheader {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin-top: 0px;
	}
.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
	margin-left: 17%;
	margin-right: 17%;
	line-height: 140%;
	}
.redcenter {
	color: #FF0000;
	text-align: center;
	}
