/* designed by Me and Her Designs, www.meandherdesigns.com. *//* code written by effie, www.effie.bz *//* 	MAIN_STYLES.CSS contains the following styles:		body - default styles		a, a:link, a:active, a:visited, a:hover*/	html, body	{	background-image: url(../../images/bg.jpg); /* yellow gradient background */	background-repeat: repeat; /* repeat all directions */	height: 100%;	margin: 0;	padding: 0;	text-align: center;	font-family: Arial, Helvetica, sans-serif;	font-size: 1em;	}/* general & nav-bar hyperlink format */a,a:link, a:active {    color: #EDF5FD; /* bluish-white */    font-weight: bold;	text-decoration: none;	}a:visited	{	color: #ccccff; /* light blue grey */    font-weight: bold;	text-decoration: none;	}	a:hover	{    color: #EDBA1A; /* yellow */    font-weight: bold;	text-decoration: none;	}