body 		{
			background: wheat;
			scrollbar-face-color: wheat;
			scrollbar-base-color: tan;
							}
font.txt	{
			font-family: Times New Roman;
			color: black;
			font-weight: bold;
							}
font.white	{
			color: white;
			font-weight: bold;
							}
font.title	{
			color: black;
			font-weight: bold;
			text-decoration: underline;
			font-size: 40;
							}
a:link		{
			color: brown;
			text-decoration: none;
			font-weight:bold;
							}
a:hover		{	color: chocolate;
			text-decoration: underline
			font-weight:bold;
							}
a:active	{
			color: brown;
			text-decoration: none;
			font-weight:bold;
							}	
a:visited	{	
			color: brown;
			text-decoration: none;
			font-weight:bold;
							}
hr.black	{
			color: black;
							}
hr.white	{
			color: white;
							}