/*
 * Home page theme file.
 */

@import url("head_blue.css");
@import url("pagecolors_blue.css");

/* START: Background color only for home page */
body {
	background-color: #d8d8d8;
}
/* END: Background color only for home page */