
/* general links style */
a:link {font-family: verdana; font-size: 12px}
a:hover {font-family: verdana; font-size: 12px}
a:visited {font-family: verdana; font-size: 12px}
a:visited:hover {font-family: verdana; font-size: 12px}

/* tabletext links style */
a.tabletext{color: #888888;}
a.tabletext:link{color: #888888;text-decoration: underline;}
a.tabletext:hover {color: #888888; text-decoration:none}
a.tabletext:visited {color:#888888;text-decoration: underline;}
a.tabletext:visited:hover {color:#888888;text-decoration: none;}

h1,h2,h3 {
	font-family: Verdana, Tahoma, serif;
	font-weight: bold;
}

h1 {
	font-size: 18pt;
	color: red;
	text-align:center;
}

h2 {
	font-size: 15pt;
	color: blue;
	text-align:center;
}

h3 {
	font-size: 13pt;
	color: black;
}
