

body {
	color : Teal;
	font-size :  medium;
	background : #00fbff url("tnt2bg.gif") repeat;
	text-align: center;
	width : 90%;
	border : none;
	}

h1.title {
	font-size :  xx-large;
	text-align : center;
	margin-left : 1%;
	color :  Red;
}


H1 { color: maroon; 
	 text-align: center; }


H2 { color: olive;}



P.warning {
	font-weight: bolder;
	color: red;
	background: yellow;
	text-align :  center;
	width : 50%;
	font-size :  larger;
}


.ads1 {	
	position : relative;
	width :  auto;
	background-color : transparent;
	border :  none;
}

.center { text-align :  center;}
.align-left  {text-align: left; }
.align-right { text-align: right; }

B EM { color : Red; 
	background : #00fbff url("tnt2bg.gif") repeat;
	font-size :  large;
 }


TABLE TR	{
	color : #bbbbbb;
	margin-left : 1%;
	font-size : medium;
	background : #00fbff url("tnt2bg.gif") repeat;
	width : 90%;
	border : none;
	text-align : left;
}

TD { color: black;  padding-left :  5px;  padding-right :  5px;  }




HR {
   margin-right : 10%; 
   margin-left : 10%; 
   border-width : medium; 
   border-style : solid; 
   border-color : Lime; 
   height : 15px;
   background-color : #7FFFD4;
   margin-bottom :  1em;
   margin-top :  0em;
}



.padding {
	color: black;
	padding-left : 20px;
	padding-right : 10px;
	text-align :  center;
}

#mycontainer1	{
	font-size : large;
	text-align : center;
	position : relative;
	width : 40%;
	font-style : normal;
	color : #5F9EA0;
	background-color : #E6E6FA;
}


#notice1 	{
	background-color : Yellow;
	color : Red;
	width : 70%;
	font-style : normal;
	font-weight : bold;
	text-align : center;
	font-size : larger;
}

	
.copyright {
	font-size: x-small;
	color: red;
	background : #00fbff url("tnt2bg.gif") repeat;
	text-align : left;
	margin-left :  10%;
	width :  40%;
	border : none;
	font-weight :  bold;
}








BR 		{ clear: right; }
BR#newline	{ clear: left; }
BR#afterfloat	{ clear: both;  }



STRONG { 
color: Black; 
}

UL {
	color: #DC143C;
	width :  90%;
	margin-left :  10%;
}

	 
B { 
color: #FF7F50; 
}



 P.align-left  {text-align: left; }
 P.align-right {text-align: right;}







 
/* LINKS ---------------------------------------   */
a:link {
	color : #0000FF;
	text-decoration : none;
}

a:visited {
	color : #0000FF;
	text-decoration : none;
}

a:active {
	color : #FF0000;
	text-decoration : none;
}

/* No iamges */
img {
	display : table-header-group;
	position : relative;
}

/* Heading and body text layout */


/* Top-level heading centered
 *
 *
 */
 
 


/* Margin-indent Sub-headings
 *
 *
 */
h2,h3,h4,h5,h6 {
	margin-left : auto;
	width :  auto;
	text-align :  center;
}






	
blockquote {
	margin-left : 5%;
	margin-right : -5%;
}

