@import url('https://fonts.googleapis.com/css?family=Roboto|Open+Sans|Lato');

@font-face {
	font-family: 'Roboto', Arial, sans-serif;
}

body {
	font-family: 'Open Sans', 'Lato', Arial, sans-serif;
}

a {
	color: #CF2027;
	-o-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

a:hover, a:focus {
	color: #000;
	text-decoration: underline dotted;
}
