body		{background-color: #FFF;
			text-align: center;
			font-family: "Trebuchet MS",Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 1em;
			font-style: normal;
			font-variant: normal;
			font-weight: normal;
			position: relative;
			margin-left: auto;
			margin-right: auto;			
			text-align: center;
			}
			
.box		{border: 2px solid #CCC;
			background-color: #FFF;
			padding-top: 5px;
			padding-bottom: 5px;
			margin-bottom: 5px;
			margin-left: 20px;
			}
			
.h1		{font-size: 1em;
			font-weight: bold;
			line-height: 1em;
			text-align: left;
			margin-left: 5px;
			}
			
.h2		{font-size: 0.8em;
			line-height: 1em;
			text-align: right;
			margin-right: 5px;
			color: #CCC;
			}
			
.info		{font-size: 0.9em;
			line-height: 1em;
			text-align: center;
			color: #000;
			}
			
.zicos 	{font-size: 0.9em;
			font-weight: bold;
			line-height: 0.9em;
			text-align: center;
			border-top: 2px dotted #CCC;
			padding: 5px 5px 0 5px;
			}
				
a:link		{text-decoration: none; color: #000;}
a:hover		{text-decoration: none; color: #000; text-decoration: underline;}
a:visited	{text-decoration: none; color: #000;}
