using System;
using Server;
namespace Knives.Utils
{
public class HTML
{
public static string White{ get { return ""; } }
public static string Red{ get { return ""; } }
public static string AshRed{ get { return ""; } }
public static string Green{ get { return ""; } }
public static string Blue{ get { return ""; } }
public static string Gray{ get { return ""; } }
public static string DarkGray{ get { return ""; } }
public static string Black{ get { return ""; } }
public static string Yellow{ get { return ""; } }
public static string Purple{ get { return ""; } }
public static string LightPurple{ get { return ""; } }
}
}