/* @group General Styles */
body, html {
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	margin: 10px 0 10px 0;
}

b, strong { 
	font-weight: bold;
}

a:link { 
	text-decoration: none; 
}

a:visited { 
	text-decoration: none; 
}

a:hover, a:active { 
	text-decoration: none; 
}
a:hover {
	transition: color .3s;
	-moz-transition: color .3s; 
	-webkit-transition: color .3s; 
	-o-transition: color .3s; 
}
