/* CSS Document 
================================================*/
/* tv.css                            	       
================================================*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	font-weight: normal;
	font-size: .7em;
	color: #020459;
	line-height: 1.3em;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial,Helvetica,Geneva,sans-serif;
}

/* Hyperlink Styles
================================================*/

a:link {
	background: #FFFFFF;
	color: #020459;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	background: #FFFFFF;
	color: #020459;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	background: #FFFFFF;
	color: #80A2E2;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	background: #FFFFFF;
	color: #80A2E2;
	font-weight: bold;
	text-decoration: none;
	}
	
/* End
================================================*/