

.bodybackgroundimage {
    background-attachment: fixed;
    background-color: black;
    background-repeat: no-repeat;
}
.northimage {
    background-attachment: fixed;
    background-image: url("../images/Sunset over Lake Jordan 2.jpg");
    background-repeat: no-repeat;
    visibility:  visible;
    position: absolute;
    z-index: 100;
}
.centerbackground {
    background-color: black;
    text-align: left;
    font-size: 18px;
    font-weight: bolder;
    color: white;
}
.centerfont {
    font-size: medium;
}
.centerfont h1 {
    font-size: large;
    text-align: center;
}
.northfont {
    font-family:  cursive;
    text-align: center;
    font-size: 36px;
    position: absolute;
    left: 40%;
    z-index: 500;
}
.backgroundBlack {
    background-color: black;
    color: white;
    border-color: black;
}
ul.x-tab-strip-top{
    background-color: black;
    background-image: inherit;
    border-color: transparent;
}
.imageDisplay{
    border: solid white;
    border-width: 10px;
}
.basicTab{
    font-size: medium;
    font-size: large;
    text-align: left;
    height: 100%;
    background-color: black;
    border-color: black;
    color: white;

}
.h1{
    font-size:  x-large;
    text-align: center;
}
.myul{
    display:list-item;
    list-style-image:none !important;
    list-style-position:outside !important;
    list-style-type:disc !important;
    margin-left:18px;
}
.eastWest{
    background-color: aqua;
    text-align: center;
}
.job{
    margin: 5px;
    border-width: 5px;
    border: solid white;
    background-color: black;
    border-color: black;
    color: white;
}
.borderstuff{
    border-width: 5px;
    border-color: white;
}

