/* page 1 style sheet */

html { 
  background: url(pic/homeless.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 5;
}

.contain {
	color:yellow;
	text-align: center;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
}


p {
	color: lightgray;
	font: 10px Times New Roman, monospace;
	font-size: 20px;
	text-indent: 50px;
}

h1 {
	text-align: center;
	color: Yellow;
}

.home {
	
	color:white;
}

li a {
	color: tan;
}

.SA {
	color: lightblue;
}
p a {
	color: yellow;
}

table, th, td {
     border: 1px solid black;
	 border-collapse: collapse;
	 color:white;
	 
}

th, td {
    padding: 15px;
	text-align: center;
	vertical-align: center;
	
	
}

table {
     table-layout: fixed;
	 
} 


footer {
	text-align: center;
}

.red {
	color:red;
	
}

.white {
	color:white;
	
}

.blue {
	color: blue;
	
}
