/*

colours.php

Dynamically generated colour stylesheet for WebEdit.

(C) 2008 Spoton Corporation - http://www.spoton.net/
Created by Stephen Morley - http://www.safalra.com/

*/

.webeditText span.f1{
  color:rgb(0,0,0);
}

.webeditText span.h1{
  background-color:rgb(0,0,0);
}

.webeditText span.f2{
  color:rgb(255,255,255);
}

.webeditText span.h2{
  background-color:rgb(255,255,255);
}

.webeditText span.f3{
  color:rgb(249,143,80);
}

.webeditText span.h3{
  background-color:rgb(249,143,80);
}

.webeditText span.f4{
  color:rgb(223,120,0);
}

.webeditText span.h4{
  background-color:rgb(223,120,0);
}

.webeditText span.f5{
  color:rgb(254,135,9);
}

.webeditText span.h5{
  background-color:rgb(254,135,9);
}

.webeditText span.f6{
  color:rgb(178,178,178);
}

.webeditText span.h6{
  background-color:rgb(178,178,178);
}

.webeditText span.f7{
  color:rgb(115,116,117);
}

.webeditText span.h7{
  background-color:rgb(115,116,117);
}

.webeditText span.f8{
  color:rgb(148,169,184);
}

.webeditText span.h8{
  background-color:rgb(148,169,184);
}

.webeditText span.f9{
  color:rgb(71,75,76);
}

.webeditText span.h9{
  background-color:rgb(71,75,76);
}

.webeditText span.f10{
  color:rgb(37,38,40);
}

.webeditText span.h10{
  background-color:rgb(37,38,40);
}

.webeditText span.f11{
  color:rgb(255,78,0);
}

.webeditText span.h11{
  background-color:rgb(255,78,0);
}

.webeditText span.f12{
  color:rgb(62,179,240);
}

.webeditText span.h12{
  background-color:rgb(62,179,240);
}

.webeditText span.f13{
  color:rgb(210,202,193);
}

.webeditText span.h13{
  background-color:rgb(210,202,193);
}

.webeditText span.f14{
  color:rgb(156,147,136);
}

.webeditText span.h14{
  background-color:rgb(156,147,136);
}

