/*

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.f4{
  color:rgb(241,246,210);
}

.webeditText span.h4{
  background-color:rgb(241,246,210);
}

.webeditText span.f5{
  color:rgb(1,12,104);
}

.webeditText span.h5{
  background-color:rgb(1,12,104);
}

.webeditText span.f6{
  color:rgb(167,191,237);
}

.webeditText span.h6{
  background-color:rgb(167,191,237);
}

.webeditText span.f7{
  color:rgb(231,244,189);
}

.webeditText span.h7{
  background-color:rgb(231,244,189);
}

.webeditText span.f8{
  color:rgb(237,213,167);
}

.webeditText span.h8{
  background-color:rgb(237,213,167);
}

.webeditText span.f9{
  color:rgb(165,138,112);
}

.webeditText span.h9{
  background-color:rgb(165,138,112);
}

.webeditText span.f10{
  color:rgb(132,193,240);
}

.webeditText span.h10{
  background-color:rgb(132,193,240);
}

.webeditText span.f11{
  color:rgb(0,0,0);
}

.webeditText span.h11{
  background-color:rgb(0,0,0);
}

.webeditText span.f12{
  color:rgb(255,255,255);
}

.webeditText span.h12{
  background-color:rgb(255,255,255);
}

.webeditText span.f13{
  color:rgb(76,76,76);
}

.webeditText span.h13{
  background-color:rgb(76,76,76);
}

