a:link {
	text-decoration:underline;
	color:#007F00;
}

a:visited {
	text-decoration:underline;
	color:#0000FF;
}

a:hover {
	text-decoration:underline;
	color:#EE0000;
}
blockquote {background-color:#FFFFE5; color:#0056FF; }

div.purple {color:#AB1FC6; padding:0px 10px;}

H1 {font-size:200%;
	text-align:center
}

H2 {font-size:180% }

H3 {font-size:150% }

H4 {font-size:120% }

iframe {overflow:scroll;}

img.right {float: right}
img.centre {display: block; margin-left: auto; margin-right: auto}

figure.right {float: right}

P.note {color:#A050A0;}

span.purple {color:#AB1FC6; display:inline; padding:0px 10px }
span.red    {color:#FF0000; display:inline; padding:0px 10px }

span.right {float:right; color:#FF0000 }

th.purple {background-color:#C9FFFF; color:#6D38FF }

.live {background-color:#BDFDCC }
td.red {background-color:#F9FFA8; color:#FF0000 }


#left {
    width: 40%;
    text-align: left;
    vertical-align: top;
}

#centre {
    width: 20%;
    text-align: center;
    vertical-align: top;
}

#right {
    width: 40%;
    text-align: right;
    vertical-align: top;
}

.bggreen {background-color: #E5FFE6 ;}
.bgpink  {background-color: #FFE6E6 ;}
