a:link, a:visited
{
	color: rgb(168,170,0); 
	font weight: bold;
}
 
a:active, a:visited
{
	color: rgb(243,244,176);
}
body
{
	font-family: Arial, Times New Roman, Times;
	background-color: rgb(50,60,53);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Times New Roman, Times;
             color: rgb(168,170,0);
}

p
{
	font-familiy: Arial, Times New Roman;
	color:rgb(168,170,0)
	font-weight: bold
}