/* CSS standard for http://history.oakham.rutland.sch.uk/ 
    Yellow Comic Sans on Black background  */

body {background-color: #000000;}
#Header {background-image: url(#); background-repeat: no-repeat;}
#Header img{padding: 1%; background-color: #FFFFFF;}
#head-title {font-weight:bold;}
#Nav-bar {font-size: 1.2em;}

#Left-col {background-color: #000000;}
#Left-col p{font-size: 1em;}

#Content p, #Content li, #Content form{font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif; font-size: 1.3em; color: #FFFF00;}

#footer {font-size: 90%; color:#FFFF00; border-top-color: #bfbf00;}

h1 {font-size: 190%; color: #FFFF80;}
h2 {font-size: 180%; color: #FFFF80;}
h3 {font-size: 165%; color: #ffff00;}
h4 {font-size: 165%; color: #FFFF80;}
h5 {font-size: 150%; font-weight: normal; color: #FFFF80;}
h6 {font-size: 135%; color: #FFFF80;}

a:link, #Header a:link { color: #ffff80; text-decoration: underline}
a:visited, #Header a:visited { color: #bfbf00; text-decoration: underline}
a:hover { color: #ffff80; text-decoration: none}
#Header a:hover, #Left-col a:hover, #footer a:hover {font-weight:bold; color: #ffff00;}
a:active, #Header a:active { color: #ffff00; font-weight:normal; text-decoration: none}

#content-sub{ color: #ffff00;}

#Left-col li a {text-decoration:none;}
#Left-col li a:visited {color: #bfbf00;}
#Left-col li a:hover {color: #ffff80; text-decoration:underline;}