/* style sheet for use with Astronomical Society of Edinburgh website 	*/
/* I have been fairly careful with colours in this in trying to keep	*/
/* a pleasant appearance without losing contrast too much - I've also	*/
/* tried to check that the colours don't degrade too badly if someone	*/
/* has some form of colour-blindness. They may, of course, override	*/
/* the colours in this style sheet					*/
/*				Graham Rule				*/

BODY {
    font-family: sans-serif;
    color: #000;
    background: #FFF;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 0;
    margin-bottom: 0;
    border: 0 none;
}
 
H1,H2,H3,H4,H5,H6 {
    color: #036;
    background: transparent;
}

.topname {
    font-weight: bold;
    font-size: large;
    color: #036;
    background: transparent;
    text-decoration: none;
}
 
A.nounderline { text-decoration: none; }
A:link { color: blue; background: transparent; }
A:active { color: blue; background: transparent;}
A:visited { color: blue; background: transparent; }
A:hover { color: blue; background: transparent; }
 
.lastmod {
    font-size: x-small;
    font-variant: small-caps;
    color: #666;
    background: transparent;
}

.banner, .footer {
    border: thin;
    background: #CFF; color: #000; 
    padding:0; margin:0;
}

.banner table { background: #CFF; color: #000; }

H1 { font-size: x-large; font-weight: bold;}
H2 { font-size: large; font-family: sans-serif;}
table { background: #FFF;  color: #000; } 
td { font-family: sans-serif; }

@media print {
    .noprint { display: none; }
    BODY {
	color: #000;
        background: #FFF;
    }
    H1, H2, H3, H4, H5, H6 {
        color: #000;
        background: transparent;
    }
    A.nounderline { text-decoration: none; }
    A:link { text-decoration: none; color: #000; background: transparent; }
    A:active { text-decoration: none; }
    A:visited { text-decoration: none; color: #000; background: transparent; }
}


