body { /* set everything to zero for a good cross-browser starting point */
	margin: 0px 10px 10px 0px;
	padding: 0;
	border: 0;
	color: #CCCCCC;  /* set the default text color */
	text-align: left; /* Hack to centre the wrapper in IE5.x pc */
	font-family: Georgia, "Times New Roman", Times, serif; /* set the default fonts */
	font-size: 70%; /* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
	width: 440px;
}

.txt{
	background-color: transparent; /* sets the body background colour */
	margin:0px 0px 10px 10px;
	max-width: 440px;
}

.rightimg
{	float:right;
	margin: 0px 5px 10px 5px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	font: 100% Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #E4E4E4;
}

a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

/******** list and header styles **************/

ul,li{
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 { font-size: 115%;
	 margin: 5px 0px 10px 0px; 
}

h2 {
	font-size: 100%;
	color: #FBE89D;
	font-weight: bold;
}

h3 {font-size: 50%;
	color: #000000;
}

h4 {font-size: 80%;
	color: #000000;
	margin-top: 7px;
}
