body { text-align: center; font-family: Times New Roman, Times; 
color: RGB(100,100,200); margin-left: 25px; }
a:link { text-decoration: none; color: Blue; }
a:visited {	text-decoration: underline;	color: RGB(255,153,51); }
a:active { text-decoration: underline; color: RGB(255,0,0); }
a:hover {	text-decoration: none; color: RGB(255,0,0); }
.style1 {	color: #FFFFFF;	font-weight: bold; }


