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

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


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

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

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

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


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

/* Italic Text */
I  {
	font-family : Arial;
	color : #990000;
}
