/* Style sheet of UK Results pages */

/* set the colour of active hotspots to green */
A:active { text-decoration: none; color: green; }

/* set the colour of hotspots to blue */
A:link { text-decoration: none; color: blue; }

/* set the colour of visited hotspots to red */
A:visited { text-decoration: none; color: red; }

/* set no underline for hyperlink */
/ A {text-decoration: none}

a:hover {
 text-decoration: underline;
 color: #009900;
}

.xxsmall {font-size: 6pt; }
.xsmall {font-size: 8pt; }
.xlarge {font-size: 18pt; }
.xxlarge {font-size: 24pt; }

/* set the font defaults for the headings */
H1, H2, H3, H4, H5, H6 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-style: normal; text-align: left; 
      margin-bottom: 0; }

/* set the size and weight values for the headings */
<!-- H1 { font-size: 24pt; font-weight: 600; } -->

H2 { font-size: 18pt; font-weight: 600; }

H3 { font-size: 16pt; font-weight: 600; }

H4 { font-size: 14pt; font-weight: 400; }

H5 { font-size: 12pt; font-weight: 600; }

/* set the defaults for all body text elements */
BODY, P, DIV, TABLE, TD, TH, DL, UL, OL, FORM, BLOCKQUOTE, CAPTION {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 9pt; font-weight: 200;
	font-style: normal; text-align: left;
	text-decoration: none; color: black; }

PRE { font-size: 9pt; font-family: Courier, monospace; }

/* set the defaults for tables */
TABLE { font-family: Verdana, Tahoma, Arial, sans-serif; }

TH { background-color: #d3d3d3;
     font-weight: bold }

TH, TD { text-align: left; vertical-align: top; 
	font-size: 9pt; }

.note {
 font-size: .85em;
 color: #294e56;
 margin: 0 100px;
 padding: 10px;
 border: 1px solid #73afb7;
 background-color: #fbef99;
}


/* Sortable tables */ 
table.sortable a.sortheader {
 background-color:#e3e3e3;
 color: black;
 font-weight: bold;
 text-decoration: none;
 display: block;
}
table.sortable span.sortarrow {
 color: black; text-decoration: none;
} 
