
/* GENERAL TEXT, NOTE: Good idea to make both BODY and P text the same */
BODY  {
	font-family : Arial;
	color : #000000;
}

/* Everything in the paragraph or "P" text, ie- the person(s) being interviewed */
P  {
	font-family : Arial;
	color : #FFFFFF;
}


/* LINK TEXT */
A  {
	text-decoration : none;
	color : #FFCC33;
	font-weight : bold;
	font-family : Arial;
	font-style : italic;
}

A:Visited  {
	text-decoration : none;
	color : #FFCC33;
	font-weight : bold;
	font-family : Arial;
	font-style : italic;
}

A:Active  {
	text-decoration : none;
	color : #FFCC33;
	font-weight : bold;
	font-family : Arial;
	font-style : italic;
}

A:Hover  {
	text-decoration : underline;
	color : #FF0000;
	font-weight : bold;
	font-family : Arial;
	font-style : italic;
}


/* NARDWUAR TEXT */
B  {
	font-family : Arial;
	color : #FFFF99;
	font-weight : bold;
}

