body{
  background: url(../images/blueprint4.jpg) ;
  font-family: sans serif, "Times New Roman", Times, sans-serif;
  font-size: medium;
  margin-top: 0px;
  color: black;
  margin-left: auto;
margin-right; auto;
overflow-x: hidden;

 }

#privacy {
margin-top: 100px;
margin-left: auto;
margin-right: auto;
border: thin solid black;
background-color: white;
width: 800px;
padding: 50px;}

a:link {
text-decoration: underline;
color: black;

}
a:visited {
text-decoration: underline;
color: black;}

a:hover {
color: orange;}


#navi {
font-weight: bold;
height: 117px;
background-color: white;
text-transform: uppercase;}

#form {
background-color: #333333;
height: 263px;
padding-left: 20px;
color: white;
border: thin solid white;
padding-top: 5px;
}

h2 {
text-decoration: underline;}
.BBB {
	float: right;
	background-color: #003366;
}
.BBB a:hover {
border: thin solid green;}

