body {
  background-image:url(image/inkredblue.jpg)
}
h1 {
  text-align: center;
}

h2 {
 text-align: center;
 font-family: sans-serif
}

h3 {
 text-align: center;
 font-family: sans-serif
}

p {
 text-align: left;
 font-family: inherit;
 font-size: 20px
}

img {
    align-content: center
}
table#th1 {
  font-family:sans-serif;
  border-collapse: collapse;
  width: 100%;
  border: 5px solid;
  padding: 10px;  
}
#th1 {
  padding-top: 10px;
  padding-bottom: 12px;
  text-align:center;
  background-color:black;
  color: white;
}
#tb1 {
  padding-top: 10px;
  padding-bottom: 12px;
  text-align:center;
  background-color:antiquewhite;
  color: black;
  font-family:sans-serif;
}

#b1 {
    width: inherit
    color: crimson;
    font-family: sans-serif;
    text-align: center;
    
}
#footer {
    background-color: black;
    text-align: center;
    font-family: fantasy;
    color: azure
}

#taskbar {
    background-color: antiquewhite;
    color: crimson;
    font-family: sans-serif;
    text-align: center;
    word-spacing: 500px
}

#pcareers {
    background-color: antiquewhite
}