a:link
{
	color: rgb(0, 0, 255); 
}
a:visited
{
	color: rgb(0, 0, 0); 
} 
a:active 
{
	color: rgb(0, 0, 0);
}
body
{
	font-family: "Arial, Helvetica,HelveticaNeueLT Std Cn";
	background-color: rgb(232, 218, 169);
	color: rgb(0, 0, 0);
	background-image: url('images/yellow_background.jpg');
	background-repeat: repeat;
	background-position:  top;
	*#Emphasis1 {color: green}; 
}
BLOCKQUOTE 
{ 
	font-family: "HelveticaNeueLT Std Cn", Arial, Helvetica;
	color: rgb(91,123,47);
	font-size: 125%;
}

table
{
	table-border-color-light: grey;
	table-border-color-dark: black; 
}

p
{
p.uppercase {text-transform: uppercase};
p.lowercase {text-transform: lowercase};
p.capitalize {text-transform: capitalize};
}

h1, h2, h3, h4, h5, h6
{
	font-family: "HelveticaNeueLT Std Cn", Arial, Helvetica;
	color: rgb(91,123,47);
}
h1
{
	font-size: 125%;
}
h2
{
	font-size: 110%;
}
h3
{
	font-size: 110%;
}
h4
{
	font-size: 110%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 100%;
}