h2 {color: red;}
body {margin: 0px; padding: 0px;}
.header {background-image: url('JnJHeaderBackdrop2.png');min-height: 100px;}
.headerTop {background-color: rgba(0, 0, 0, 1);height:50%;width:100%;}
.headerBtm {background-color: rgba(65, 65, 65, 1);height:50%;width:100%;}
.headerText1 {padding-top:10px;font-weight: bold;position:relative; top:-65px;font-family:"Arial Black", Gadget, sans-serif;}

.twoHub {color:white;float:left;padding-left:0px;padding-right:10px;font-size:large;font-weight: 900;font-family:'Arial Black', Gadget, sans-serif;}

._footer {position: absolute; bottom:0; left:0;width:100%;background-color: rgba(65, 65, 65, 1);color:white;}
.footer {left:0;width:100%;background-color: rgba(65, 65, 65, 1);color:white;}
.footerTop {background-color: rgba(0, 0, 0, 1);height:50%;width:100%;}
.footerBtm {background-color: rgba(65, 65, 65, 1);height:50%;width:100%;}

	    .container, .header {
        position: relative;
        padding: 0px 0px 0px 0px;
        #background: #dddccf;
    }
    
    body {background: black;}
	  .container:after{
        background: linear-gradient(-35deg, #ffffff 16px, transparent 0), linear-gradient(35deg, #ffffff 16px, transparent 0);
        background-repeat: repeat-x;
        background-size: 32px 32px;
        content: " ";
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 32px;
    }
    ._header:after {
        background: linear-gradient(-35deg, #ffffff 16px, transparent 0), linear-gradient(35deg, #ffffff 16px, transparent 0);
         background-repeat: repeat-x;
        background-size: 32px 32px;
        content: " ";
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 32px;
    }
    	  .container:before {
        background: linear-gradient(-145deg, #ffffff 16px, transparent 0),linear-gradient(145deg, #ffffff 16px, transparent 0);
        background-repeat: repeat-x;
        background-size: 32px 32px;
        content: " ";
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 32px;
    }
    
ul.menu {
    list-style-type: none;
    margin: 0;
    float:right;
    font-weight: bold;position:relative;top:50px;font-family:"Arial Black", Gadget, sans-serif;
} 

li {
    margin:10px;color:white;display:inline;
}

IMG.isComic {
    display: block;
    margin-left: auto;
    margin-right: auto }
    
.isShuffleControl {
text-align:center;margin-top:0px;margin-bottom:0px;padding-left:0px;padding-right:0px;
}

.isShuffleControl * {
vertical-align:middle;
}

.Toast {
position:fixed;
min-height:40px;
min-width:200px;
bottom:0px;
right:0px;
height:auto;
width:200px;
padding:10px;
color:white;
text-align:center;
border-radius:7px;
background: #cedce7; /* Old browsers */
background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */

}

a {
text-decoration:none;
}

a:link, a:visited {
    color: white;
}
a:hover {
	color:gray;
}

IMG.centre {
    display: block;
    margin-left: auto;
    margin-right: auto
}