h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
color : black
 }

/* Sets font for selection table */
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color : blue

}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color : red
 }

h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14pt;
font-weight: normal;
color : blue
 }
 
h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color : darkblue
 }
 
h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
color : black
}

a:hover {
color: red;
text-decoration: underline
}

a:link { 
text-decoration: none; color: blue }

a:visited {
text-decoration: none }


/*
body  {
background-image: url(images/bg_paper.jpg);
background-position: centre;
}
*/

/* for use when selecting from options */
.over {
border-style: solid;
border-width=thin;
border-color: gray;
background-color: white;
}

.out {
border-style: solid;
border-width=thin;
border-color: lightgray;
}

/* Table outlines */
.bdr {
border-spacing 5;
width: 100%;
border: 4;
border-color: silver;
border-style: normal;
}

/* Selection button */
.button {
width: 20px;
height: 20px;
border-style: none;
}

/* Singles covers */
.cover {
width: 120px;
height: 120px;
border-style: none;
}






