/*

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(110,102,89);
}

.webeditText span.h4{
  background-color:rgb(110,102,89);
}

.webeditText span.f5{
  color:rgb(168,196,201);
}

.webeditText span.h5{
  background-color:rgb(168,196,201);
}

.webeditText span.f6{
  color:rgb(190,84,39);
}

.webeditText span.h6{
  background-color:rgb(190,84,39);
}

.webeditText span.f7{
  color:rgb(133,21,60);
}

.webeditText span.h7{
  background-color:rgb(133,21,60);
}

.webeditText span.f8{
  color:rgb(255,0,0);
}

.webeditText span.h8{
  background-color:rgb(255,0,0);
}

