/************* GLOBAL CSS ************/

body {
	margin: 0px 0px 0px -1px !important; /*taken by FF*/
  margin: 0px 0px 0px 0px; /*taken by IE*/
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}

#frame_events {
	background: #fff;
	width: 600px;
	padding: 15px;
}

a.copylink {
	color: #c35e01;
	text-decoration: underline;
}

a:hover.copylink {
	text-decoration: none;
}
