	body{ 
		background: url(images/Background.jpg) no-repeat center center fixed;  /* centers, prevents background image resize */
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		}
		#Printable{
			background-color: white;
		}
		
		a:link {color:Grey ; text-decoration:none}      /* unvisited link */
		a:visited {color:Grey ; text-decoration:none}  /* visited link */
		a:hover {color:#e0e0e0 ; text-decoration:none}  /* mouse over link */
		a:active {color:#f9f9f9 ; text-decoration:none}  /* selected link */ 
	.container{
		margin-left:auto;
		margin-right:auto;
		width:900px;
		box-shadow: 30px 15px 15px rgba(0,0,0,.50);
		overflow:hidden;
	}
	.wall{
		background: rgba(255,255,255,1);
		width: 880px;
		padding:10px;
		height:380px;
			}#header{
			height:80px;
			font-weight:bold;
			font-family:arial;
			color:grey;
			}
			}#body{
			height:250px;
			margin-top: 20px;
			margin-bottom: 20px;
			}#footer{
			height:50px;
			color:#000000;
			font-family:arial;
			}
			
	.content{
		margin-left:auto;
		margin-right:auto;
		width:600px;
		height:100%;
		overflow:hidden;
		
	}
	
	.center{
		margin-left:50px;
		margin-right:auto;
		width:500px;
	}
	
	.enter{
		font-family:Arial;
		font-size: 20px;
		color: grey;
		background-color: transparent;
		border:0;
		cursor:pointer;
		height:20px;
		line-height:20px;
		padding:2px;
		overflow:hidden;
		
	}
	
	ul{
		list-style-type: none;
		padding:0;
		margin:0;
	}
	
	.selections{
		width:600px;
		height:250px;
		overflow:auto;
	}
	
	
	
		.enter:link {color:Grey ; text-decoration:none}      /* unvisited link */
		.enter:visited {color:Grey ; text-decoration:none}  /* visited link */
		.enter:hover {color:#e0e0e0 ; text-decoration:none}  /* mouse over link */
		.enter:active {color:#f9f9f9 ; text-decoration:none}  /* selected link */ 
			
			
			
			
			
		.mainb{
		color:black;
		font-family: Arial;
		}
		.maing{
		color:grey;
		font-family: Arial;
		}
		.mainw{
		color:white;
		font-family: Arial;
		}
		.Small{
		font-size:1px;
		}
		.paragraph{
		text-indent: 14px;
		}