/* CSS Document */
.white{
	color: #FFFFFF;
	}
.bold{
	font-style: strong;
	}
.red{
	color: #FF0000;
	}
a{ 
	color:#fff;
	text-decoration: none;
	}

a:hover{ 
	color:#fff;
    text-decoration: underline;
	}




	
