@charset "utf-8";
/* CSS Document */


/*Changes the BACKGROUND COLOR */
#bodybackground {
	background-color: #069; /* You just need to change the color code for changing the background color of every pages. */
}


/* MENU BAR*/

/* Changes the menu background color */
 .lavaLampWithImage {
	background-color:#000;
 }
 
 /* Changes the moving bar color */
.lavaLampWithImage li.back {
background-color:#e0e0e0;	
}




/* FONT COLORS */

/* Changes the font color respectively. Generally, all the colors should be same and also same as the background color of the main page. */
#fontcolor {
	color: #069;  /* This will change the color of the fonts on major websites. */
}

h2 {
	color: #069;
}
h3 {
	color: #069;
}

.contact {
	font-weight: bold;
	color: #069;
}

.sidebarmainheader {
	color: #069;
}