body,table	{
		font-family:	arial, helvetica;
		font-size:	11px;
		color: #333;
		text-align: center;
		margin-bottom: 30px;
		background-color: #fff;
		}
div	{
		font-family:	arial, helvetica;
		font-size:	12px;
		color: #333;
		text-align: left;
		}
		
h1	{
		font-family:	arial, helvetica;
		font-size:	12px;
		color: #333;
		text-align: left;
		font-weight: bold;
		margin: 0px;
		}
		
		
a 		{
		font-family:	arial, helvetica;
		font-size:	11px;
		color: #CC0000;
		text-decoration : underline;
		display: block;
		}
a:hover
		{ 
		color: #fff;
		background-color : red;
		text-decoration : underline;
		display: block;		
		}

		a.normal 		{
		font-family:	arial, helvetica;
		font-size:	11px;
		color: #CC0000;
		text-decoration : underline;
		display: inline;
		}
		
a.normal:hover
		{ 
		color: #fff;
		background-color : red;
		text-decoration : underline;
		display: inline;
		}