/* CSS Document */

body {
	font-family:Georgia;
	color:#000000;
	
}
p, td {
	font-size: 12px;
}
h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:12px;
	font-weight:bold;
}
a {
	text-decoration:none;
}
a:link {
}
a:hover {
}
a:active {
	color:#ff0000;
}
a:visited {
}

