

body {
	color : Teal;
	font-size :  medium;
	background : #00fbff url("tnt2bg.gif") repeat;
	text-align: center;
	width : 100%;
	border : none;
	}

h1.title {
	font-size :  xx-large;
	text-align : center;
	color :  Red;
}


H1	{ color: maroon; 
	text-align: center; 
}


H2	{ color: olive; 
	text-align: center; 
}



P.warning {
	font-weight: bolder;
	color: red;
	background: yellow;
	font-size :  larger;
	 text-align: center;
}


.ads1 {	
	background-color : transparent;
	border :  none;
	color :  Blue;
}

.center		{ text-align: center; }
.align-left	{text-align: left; }
.align-right	{ margin-left: 1px; }

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 : 100%;
	border : none;
	text-align : left;
}

TD { color: black;  padding-left :  5px;  padding-right :  5px;  }




HR {
   margin-right : 10%; 
   margin-left : 10%; 
   border-style : none;
   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;
	position : relative;
	width : 40%;
	font-style : normal;
	color : #5F9EA0;
	background-color : #E6E6FA;
	border-style :  none;
}


#notice1 	{
	background-color : Yellow;
	color : Red;
	width : 80%;
	font-style : normal;
	font-weight : bold;
	font-size : large;
	border-style :  none;
}


	
.copyright {
	font-size: small;
	color: red;
	background : #00fbff url("tnt2bg.gif") repeat;
	text-align : left;
	margin-left :  10%;
	width :  40%;
	border : none;
	font-weight :  bold;
	margin-bottom :  0em;
}







STRONG { 
color: Black; 
}

UL {
	color: #DC143C;
	width :  90%;
	margin-left :  -10%;
	font-size :  medium;
}

	 
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;
}



img {
	display : block;
	position : relative;
}


 
 
h2,h3,h4,h5,h6 {
	margin-left : 5%;
	margin-top :  2em;
}


blockquote {
	margin-left : 5%;
	margin-right : -5%;
}

