﻿/* custom.css
This .css file can be modified to change colors within the body section of
an EdWeb page.
Comments are provided to give an idea which piece will actually be changed.
Background colors can also use color names (i.e. red, blue, green, etc...), but
using names will limit the color choices available.
To get a list of hex codes for colors, this page can be used:
http://www.webmonkey.com/reference/color_codes/
*/
body
{
}
