/* Steveston Buddhist Temple's Column CSS: column.css*/ 


body { 
    font-family: verdana; 
    color: #000099;
    font-size: 12;  
    background-image:
    url('I/backgroundlight1.jpg');
    background-repeat: 
    no-repeat;
    background-attachment: 
    fixed;
    background-position: 50% 90%; 

} 


h1 { 
    font-family: verdana; 
    color: #993333;
    font-size: 24;  

} 



h2 { 
    font-family: verdana; 
    color: #993333;
    font-size: 18;  

} 



h3 { 
    font-family: verdana; 
    color: #993333;
    font-size: 12;  

} 



h4 { 
    font-family: verdana; 
    color: #000000;
    font-size: 10;  
}

h5 { 
    font-family: verdana; 
    color: #000099;
    font-size: 10;  

} 


a, a:link { 
        text-decoration: none
        font-family: garamond; 
	color:#000099; 
    font-size: 16;  

    } 

a:hover {
        text-decoration: underline 
        font-family: garamond; 
	color:#993333; 
    font-size: 16;          
    } 

p { 
    font-family: verdana; 
    color: #000099;
    font-size: 12;  

} 

 
