<!-- Begin CHROME ADD-ON E1-1

// AVAILABLE COLOR THEMES ( 4 total color themes )


// AXIUM:	| darkgray | black | bluewhite | cobalt |






// EDIT THE VARIABLE BELOW WITH A CHOICE ABOVE (only in lowercase)



var colorstyle	 	= "blue"	// TEMPLATE COLOR





// YOU DO NOT NEED TO EDIT BELOW THIS LINE

document.write('<link rel="StyleSheet" href="css/'+colorstyle+'.css" type="text/css">');
document.write('<link rel="StyleSheet" href="css/'+colorstyle+'-menu.css" type="text/css">');

//  End -->