﻿/* back ground color for web pages */
/* color is light GRAY/GREEN */
  body {
	background-color:#CECDB4;
}

