td { /*Style elements*/
}
#content a:link {
	text-decoration:underline;
}

#content a:visited {
	text-decoration:underline;
}

#content a:hover {
	text-decoration:underline;
}

.even
{/*Style even row elements*/
background: #FF0000;
padding: 2;
border: 3;
color: #000000;
font-family: Verdana;
font-weight: bold;
}
.evenDate
{/*Style  elements*/
font-family: arial;
font-size: 10pt;
}
.evenHeadLine
{/*Style elements*/
font-size: 12pt;
}
.evenNews
{/*Style elements*/
padding-bottom: 5px;
font-size: 8pt;
}

.odd
{/*Style odd row elements*/
background: #FFFF66;
padding: 2;
font-family: comic sans ms ;
color: #000000;
}
.oddDate
{/*Style elements*/
font-family: arial;
font-size: 10pt;
}
.oddHeadLine
{/*Style elements*/
font-size: 12pt;
}
.oddNews
{/*Style elements*/
padding-bottom: 5px;
font-size: 10pt;
}

a.hello
{/*Style elements*/
font-family: script;
font-size: 35pt;
font-weight: bold;
}
