/*
***********************************
*NPL Story Sacks  PAge Andrew Lickley 2016
************************************
*wstyle.css - non app style
 */
 
body{
 	background-image: url("images\background.png");
	background-color: #A2A39D;
	color: white;
	text-align: center;
    width: 800px;
    margin: 0 auto; 
}
 
 a:link {
    text-decoration: none;
    color: white;
    }
  	a:visited {
    	text-decoration: none;
    	color: white;
		}
	a:hover {
    	text-decoration: none;
    	color: white;
		}
	a:active {
    	text-decoration: none;
    	color: white;
		}
  
  table, th, td {
    border: 1px solid black;
    font-size:20pt;
    
}
    
    tr:nth-child(odd) {
    background-color: #e60000;
    word-wrap: break-word;

} 
h1 {
background-color: #e60000;
}

#worklist {
text-align: left;
}


#bodytext {
    margin-right: 
    auto; margin-left: 
    auto; width: 600px;
}
 	 
  #main {
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	}

  

  #footer {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	background-color: green;
	color: white;
	font-family: "Times New Roman", Times, serif;
	display: block;
	}