<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
FILE: header.css
Header section in mishnah_indexmenu.php, m.php
20150107a
*/

#header {
    text-align:center; 
    color:#000000; 
    font-family:"Times New Roman",serif;        
}
#header .title {
    color:#000080; 
    font-weight:bold; 
    text-transform:uppercase; 
    font-size:2em; 
    margin-top:0.5em; 
}
#header .subtitle {
    font-size:1.5em; 
    margin-bottom:0.5em; 
    margin: 0 auto;
}
#header .description {
    font-size:1.2em; 
}

</pre></body></html>