/* CSS file for AstonWebPage */

a:active { color : lime} /* link clicked but button not released */
a:hover { color : aqua} /* mouse pointer hovering over the tag */
a:link{ color : #FF0099 } /* unvisited link*/
a:visited{ color : #3366FF} /* visited link */


.body1 {
    background-image : url("../Images/Background/blue_paper.gif");
    color : #005050;    
    font-family : "Times New Roman", Times, serif;
    font-size : xx-large;
     }
     
.body2{
    background-image : url("../Images/Background/pink_fabric.gif");
    color : #28FF28;
    font-family : "Times New Roman", Times, serif;
    font-size : large;
    }     
.citation{
    font-family : "Times New Roman", Times, serif;
    font-size : large;
    font-weight : inherit;
    text-align : center;    
    }
    
.citationEm{
    font-style : oblique;
    font-weight : normal;
    }    
    

dt {
    color : red;
    font-size : x-large;
    font-weight : inherit;
    }
     
   
em {
    font-style : normal;
    font-weight : bold;
    }   
        
h1 {
    color: purple;
    font-variant : small-caps;
    font-size : xx-large;
    }    

h2 {
    color: purple;
    font-variant : normal;
    font-family : "Comic Sans MS";
    font-size : x-large;;
    }
h3{
    color : black;
    font-family : "Times New Roman", Times, serif;
    font-size : large;
    font-variant : normal;
    font-weight : normal;
    }
    
.centre{ text-align: center}

.image1{
    border-width : medium;
    width : auto;
    height : auto;
    }
    
.note{
    font-family : "Comic Sans MS";
    text-align : left;
    text-indent : 0%;
    }    

.table1{
    background-color : black;
    border-width : 0px;
    width : 100%;    
    }
    
.table2{
    border-width : 3px;
    border-color : #D6D100;
    
    background-image : url("../Images/Background/mosaic.jpg");
    
    color : #640064;
    
    font-size : x-large;
    font-family : "Comic Sans MS";    
    }

.table3{
    border-width : 7px;
    border-color : #D6D100;
    
    background-color : white;
    
    color : inherit;
    
    font-size : large;
    font-family : "Comic Sans MS";    
    }
   


.title1{
    color : red;
    font-family : "Times New Roman", Times, serif;
    }

    
ul{
    color : black;
    }