/*
	txtp.css
*/

body {
	background: #FFFFFF;
	color: black;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 100% ;
}
H1     {
       color: #0080EE;
       text-align: center;
}
H2     {
       color: #0080EE;
       text-align: center;
}
a:link {
	color: #0080FF;
	background: transparent ;
	text-decoration: none;
}
a:visited {
	color: #FF00FF;
	background: transparent ;
	text-decoration: none;
}
a:active {
	color: red ;
	background: transparent ;
}
a:hover {
	color: black ;
	background: #FFFF00;
}
