/* city-and-guilds-c.css */
/* Cascading Style Sheet for C&G 7261/224 C */
BODY {
    font-family   : arial, verdana, helvetica, sans-serif;
    font-size     : 12pt;
    font-style    : normal;
    color         : black;
    margin-top    : 0pt;
    margin-bottom : 0pt;
    background    : #DDDDDD;
    line-height   : 1.25em;
}

:link    { color: rgb(204, 10, 10) }  /* for unvisited links     */
:visited { color: rgb(0, 0, 10)    }  /* for visited links       */
:active  { color: rgb(255, 0, 255) }  /* when link is clicked    */
:hover   { color: rgb(0, 96, 255)  }  /* when mouse is over link */

pre {
   font-family : courier, monospace;
   margin-left : 6em;
}


TR.hdr-bground {
   background: #AAAAAA;
   color: #000000;
   font-weight : bold;
   border: solid;
   font-size: medium;
}

.hdr-background {
   background: #AAAAAA;
   color: green;
   font-weight : bold
}

h1 {
    align       :  center;
    font-size   : 2em;
    font-family : Verdana, sans-serif;
    color       : #000000
}

h2 {
    font-size : 1.5em;
    align     : center;
}

h3 {
    border:       solid;
    border-width: thin;
    width:        100%;
    color:        #000000;
    background:   #CCFFCC;
    text-align:   center;
}


.SongTitle {
              color:       black;
              background:  white;
              border:      solid;
	      width:       auto;
           }

.RecordingInfo {
               font-weight: bold;
               margin-left: 3em;
               }

.Synopsis  {
           font-style: italic;
           margin-left: 3em;
           }

A:hover {
   Color : red;
}




