      



body{
   background-image: url("images/ASCmuted2.jpg");
       }


/* body {
background-size: cover; /* for IE9+, Safari 4.1+, Chrome 3.0+, Firefox 3.6+ */
        -webkit-background-size: cover; /* for Safari 3.0 - 4.0 , Chrome 1.0 - 3.0 */
        -moz-background-size: cover; /* optional for Firefox 3.6 
        -o-background-size: cover; /* for Opera 9.5 */;
background: url(/images/ASCmuted2.jpg)
/*The web version of the line above is as follows:   background: url("images/ASCmuted2.jpg"); */
}
 */







      h1 {
        text-align: center;
        font-size: 45px; 
        color: black;
        margin-bottom:.1em;  
           }
     h2 {
        text-align: center;
        font-size: 40px;
        margin-bottom:.1em;
            }  
     h3 {
        text-align: left;
        font-size: 35px; 
        margin-bottom:.1em;  
             }  

     h4 {
        text-align: left;
        font-size: 30px; 
        margin-bottom:.1em;
             }  
     h5 {
        text-align: left;
        font-size: 25px; 
        font-style: italic;
        line-height: 1em;
        margin-bottom:.4em;  


             }  

           
      .vertical-menu {
        width: auto;
       font-size: 20px;
             }
      .vertical-menu a {
        color: black;
        display: block;
        padding: 12px;
        font-weight: bold;
        text-decoration: none;
             }

     .vertical-menu a:hover {
       background-color: #ccc;
       font-weight: bold;
             }

     .vertical-menu a.active {
       /*background-color: #04AA6D;*/
       color: red;
       font-weight: bold;
            }

     p {
       /*background-color: #04AA6D;*/
       font-size: 25px;
       color: red;
       font-weight: bold; 
      font-weight: normal;
            }
     p.body {     
       font-size: 25px;
       color: black;
       column-count: 2;
            }

     p.indent1 {    
       border-style: hidden;
       border-width: 0px 20px; /* 5px top and bottom, 20px on the sides */  
       font-size: 25px;
       color: black;
       column-count: 1;
       margin-top:0em;
       margin-bottom:.1em;
            }
     
       p.list {     
       font-size: 25px;
       color: black;
       line-height: 1.0em;
       margin-top:0em;
       margin-bottom:.1em;
            }
     p.close {     
       font-size: 25px;
       color: black;
       line-height: 1.0em;
       margin-top:0em;
       margin-bottom:.1em;
            }

     p.part {     
        font-size: 40px; 
        color: black;
         margin-bottom:.1em;
            }  

    mark { 
      background-color: #FFFFD8;
      color: midnightblue;
      font-size: 25px; 
           }

    img {
      width: 100%; border: 5px solid #555;
      margin-bottom: 0px;
    }

.imagevertical
{
width:800px;1200px;
}

.image1000x1500
{
width:1000px;1500px;
}

.image1200x1800
{
width:1200px;1800px;
}

.image1600x2400
{
width:1600px;2400px;
}

.image600x600
{
width:600px;
height:600px;
}


/*FORMATTING TABLES*/
table {
  table-layout: fixed;
  width: 90%;
}


.kblhs {
    text-align: left;
    vertical-align: top;
    font-size: 25px;
    color: black;
    width: 20%;
}

.kbmid {
    text-align: left;
    vertical-align: top;
    font-size: 25px;
    color: black;
    width: 20%;
}

.kbrhs {
    text-align: left;
    font-size: 25px;
    vertical-align: top;
    color: black;
    width: 55%;
}



/*TABLES Used in "Viking Settllement of Northumbria"*/

/*Used For Extracts From ASC*/


.kblhs2 {
    text-align: left;
    vertical-align: top;
    font-size: 25px;
    color: black;
    width: 9%;
}

.kbmid2 {
    text-align: left;
    vertical-align: top;
    font-size: 25px;
    color: black;
    width: 45%;
    padding-right: 5%;

}

.kbrhs2 {
    text-align: left;
    font-size: 25px;
    vertical-align: top;
    color: black;
    width: 45%;
    padding-right: 5%;

}

/*TABLES Used in "Viking Settllement of Northumbria"*/

/*Used For Images and their Titles*/


.kblhs3 {
    text-align: left;
    vertical-align: top;
    font-size: 25px;
    color: black;
    width: 48%;
}

.kbmid3 {
    text-align: left;
    vertical-align: top;
    font-size: 25px;
    color: black;
    width: 5%;
    padding-right: 5%;

}

.kbrhs3 {
    text-align: left;
    font-size: 25px;
    vertical-align: top;
    color: black;
    width: 48%;
    padding-right: 5%;

}




/*a class that has a gap below it eg to put a space between rows*/
tr.spacer{
    height: 30px;
}

/*LISTS*/
/*FIRSTLY AN UNORDERED LIST WITH ROUND BULLETS*/
ul.a {
  list-style-type: circle;
  font-size: 25px;
  color: black;


}