
body 
{
	margin: 1em;
	border: 1em;
	padding: 1em;
	background-color: #FFFFCC;
	font-color: #CC3333;
/*	background-image: url('images/tk.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 40px 30px; */
}

font
{
font-face: 'Arial'; 'serif';
}


h1,h2,h3,h4
{
	color: #FF0000;
	
}

span.highlight
{
background-color:yellow /*  Code in HTML is <span class="highlight">some text</span>*/
}