table {
	margin: 0 0 0 0;
}
td {
	text-align: justify;
	vertical-align: top;
	margin: 0 0 0 0;
	font-family:Tahoma;
	font-size:16px;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color:#CCFFFF;
}

A:Hover  {
	color : #DBACF2;
	text-decoration : underline;
}

a:visited {
	color : #66CCFF;
}

H3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

H2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size : 28px;
	font-family:Tahoma;
}

	
#index-left {
	float: left;
	width: 40%;
        padding: 10px 10px 10px 10px;
	text-align: left;
}

#index-right {
	float: right;
	width: 40%;
        padding: 10px 10px 10px 10px;
	text-align: left;
}

#index-center {
	float: left;
	text-align: center;
	width: 100%
}

