﻿p.txt{
	font-size: 15px;
	text-align: center;
}

.txt a{
	font-style: italic;
	color: #FFFFFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.txt a:hover{
	color: #7EDBDD;
}