<html>
<head>
<title>Colour test</title>
</head>

<body bgcolor="#a8a8a8" text="#ffffff" link="#8928E0" vlink="#D1681C">

Welcome to the colour test! Is the page dark grey?
<p><p>

<font color = "Thistle"> Thistle text (by name) </font><br>
<font color = "#000000"> Black text </font><br>
<font color = "#ff0000"> Red text </font><br>
<font color = "#00ff00"> Green text </font><br>
<font color = "#ffff00"> Yellow text </font><br>
<font color = "#0000ff"> Blue text </font><br>
<font color = "#ff00ff"> Magenta text </font><br>
<font color = "#00ffff"> Cyan text </font><br>
<font color = "#ffffff"> White text </font><br>
<font color = "#eff7ff"> Alice Blue text </font><br>
<font color = "#99cc30"> Yellow Green text </font><br>
<font color = "#AFEFAF"> #AFEFAF colour text </font> (should be 'afefaf' colour)<br>
<font color = "#AFEFAE"> #AFEFAE colour text </font> (should be 'afefae' colour)<br>
<font color = "Rick"> 'Rick' colour text </font> (should be default text colour)<br>
<font color = "Murray"> 'Murray' colour text </font> (should be default text colour)
<p>

The following three tests set the font colour to the background colour, so the colour should
be inverted (hence a darker shade of grey) when using OvHTML. A normal web browser will probably
try to show this as the same colour... <tt>:-)</tt>
<p>

<font color = "#a8a8a8"> Colour identical to background</font>, colour number 'a8a8a8'.<br>
<font color = "a8a8a8"> Colour identical to background</font>, with incorrect colour tag (no '#').<br>
<font color = "DarkGray"> Colour identical to background</font>, named colour &quot;DarkGray&quot;.<br>
<font color = "DarkGrey"> Colour identical to background</font>, named colour &quot;DarkGrey&quot; (British spelling).<br>
<p><p>


Testing URIs<br>
These (v)link colours were picked to be easy to test, not to be asthetically pleasing.<br>
<a href="http://an.http.uri">An http:// URI</a> - that should be <font color = "#8928E0">BlueViolet</font><br>
<a href="mailto:support@heyrick.co.uk">A mailto: URI</a> - that should be <font color = "#D1681C">Chocolate</font>
<p><p>


I'm squeezing in a quick test to check on &lt;big&gt; and &lt;small&gt;...<br>
<font size = '1'>font size 1 <big>big <big>bigger <big>bigger</big> less bigger</big> less big</big> back to '1'</font><br>
<font size = 7>font size 7 <small>small <small>smaller <small>smaller </small> less small</small> less small</small> back to '7'</font>
<p><p>


<font face="homerton">End of document.</font> <!-- yes, Homerton! -->
</body>
</html>
