if (/Opera[\/\s](\d+\.\d+)/.test(navigator.userAgent)){
	document.write('<link rel="stylesheet" href="styles/opera.css" type="text/css" />');
}