body {background:white; font-size:12pt}

#menu, #rightside  {display:none}

#mainOne { width:auto; margin:0 10%; padding: 0; border: 0; float: none; position:relative; color:black; background:transparent }
 
a:link, a:visited {
	color:blue;
	background:transparent;
	font-weight:bold;
	text-decoration:underline;
	}
	
// prints the link after the underlined text like this: (http://www.mysite.com/page.cfm) in mozilla
#mainOne a:link:after {
	content: "("attr(href) ")" ;
	font-size:90%; 
}
