body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color:#000000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}


/* ===========  this is for inner table  ==================================*/
.txt1 {
	font-size : 85%;
	color: #ffe8e0;
}




/* ===========  this is for outside table (bottom text) ==================================*/
.txt2 {
	font-size : 60%;
	color: #505050;
}




/* ===========  this is for top heading ==================================*/
.txt3 {
	font-size : 105%;
	color: #ffe8e0;
	font-weight: bold;
	font-style: italic;
}




/* ===========  this is for links in inner table  ==================================*/
a.links1  {
	color: #fffcf8;
	text-decoration: none;
	}

a:visited.links1  {
	color : #d8b8b8;
	text-decoration :none;
	}

a:hover.links1  { 
	color : #fffcf8;
	text-decoration : underline;
}





/* ===========  this is for outter table; bottom text  ==================================*/
a.links2  {
	color: #505050;
	text-decoration: none;
	}

a:visited.links2  {
	color : #505050;
	text-decoration :none;
	}

a:hover.links2  { 
	color : #505050;
	text-decoration : underline;
}
