body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	scrollbar-face-color: #195176; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color: #195176; 
	scrollbar-3dlight-color: #195176; 
	scrollbar-darkshadow-color: #485F66; 
	scrollbar-track-color: #D4CFC9; 
	scrollbar-arrow-color: #ffffff;  
}

a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	
		/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

a:visited { 
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	}
	
a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

a.update, a.update:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.updatetable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #485F66;
	margin-left: 10px;	
	margin-top: 20px;
	margin-bottom: 20px;
}

.date {
	margin-left: 8px;	
	margin-top: 20px;
}

table.event td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

table.event {
 	left:0px;
	display:block;
 	color: #000000; 
}

table.event a{
 	color:#000000;
}

table.event a:hover{
 	color:#000000;
 }

table.event a:visited{
 color:#485F66;
}

event-naples {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

event-naples td{
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

iframe{
	scrollbar-face-color: #195176; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color: #195176; 
	scrollbar-3dlight-color: #195176; 
	scrollbar-darkshadow-color: #485F66; 
	scrollbar-track-color: #D4CFC9; 
	scrollbar-arrow-color: #ffffff;  
}
<!--
form.form1,form.form1 input{
	margin:0px;
	padding:0px;
} -->

form.form1{
margin-right:10px;
}