BODY {


	background-image:url(../images/bg.jpg); background-repeat:no-repeat; background-position:top;
	margin:0px;
}





/*HEADER*/

.header {
	FONT-SIZE: 36px;
	font-family:"Myriad Pro";
	color: #af2020;
	font-weight: bold;
	font-style:italic;
}
.header A {
	COLOR: #af2020; TEXT-DECORATION: none; font-weight: normal;
}
.header A:hover {
	COLOR: #af2020; TEXT-DECORATION: underline;  font-weight: normal;
}

/*YEAR*/

.year {
	FONT-SIZE: 18px;
	font-family:"Myriad Pro";
	color: #af2020;
	font-weight: bold;
	font-style:italic;
}
.year A {
	COLOR: #af2020; TEXT-DECORATION: none; font-weight: bold;
}
.year A:hover {
	COLOR: #af2020; TEXT-DECORATION: underline;  font-weight: bold;
}


/*CONTENT*/

.content {
	FONT-SIZE: 13.5px;
	font-family:"Myriad Pro";
	color: #595550;
	font-weight: bold;
	font-style:italic;
	line-height:25px;

}
.content A {
	COLOR: #595550; TEXT-DECORATION: none; font-weight: normal;
}
.content A:hover {
	COLOR: #595550; TEXT-DECORATION: underline;  font-weight: normal;
}

/*TV TEXT*/

.tv-text {
	FONT-SIZE: 18px;
	font-family:"Myriad Pro";
	color: #ffffff;
	font-weight: bold;

}
.tv-text A {
	COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold;
}
.tv-text A:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline;  font-weight: bold;
}

/*TICKER*/

.ticker {
	FONT-SIZE: 14px;
	font-family:"Myriad Pro";
	color: #ffffff;
	font-weight: normal;

}
.ticker A {
	COLOR: #ffffff; TEXT-DECORATION: none; font-weight: normal;
}
.ticker A:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline;  font-weight: normal;
}


