/*  
Description: CSS TV
Version: 1.0
Author: Iris Freitas Duarte
Company: HighRoad Solution
*/

/*** Body Tags ***/
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #454545;

}
body  a {color: #347ca8; text-decoration: none;}
body  a:visited {color: #347ca8}
body a:hover {text-decoration: none; color: #7197ae;
}
