BODY, TD {
	background: url(../Graphics/TRAIN.JPG);
	color : Lime;
	font-family : serif;
	font-weight: bold;
	text-align: justify;
}
H1 {
	color : Navy;
	background : none;
	text-align: center;
	font-weight : bolder;
}

H2 {
	font-size: 18pt;
	color: Yellow;
}

H3 {
	font-size: 13pt;
	color: #228B22;
	font-weight : bold;
}

H4 {
	font-size: small;
	font-weight: bold;
	color : Aqua;
}

H5 {
	background: None;
	color: Yellow;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	text-align: left;
}
	
H6 {
	color: Red;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	text-align: center;
	background : Black;
}
sub {
	font-size: 110%;
	font-weight: bold;
	color: cyan;
	}
A {
	text-decoration: none;
	color: #7FFF00;
}
A:LINK {
	color : Fuchsia;
}
A:Hover {
	text-decoration: underline;
	color: White;
}

HR {
	color: aqua;
	height: 1pt;
}

 TABLE > TABLE {
	bordercolor: Lime;
	background : Blue;
}

UL.list {
	color: Silver;
	font : normal;
	font-weight : bold;
	text-indent : 5%;
}
STRONG {
	background : black;
	color : Fuchsia;
	font-weight: bold;
}

EM {
	background:black;
	color: Lime;
	font-style: Normal;
	font-weight: bold;
	}
B {
	font-size : 110%;
	font-weight : bold;
	color : Fuchsia;
	font : Ravie;
}

