/* CSS Document */

p { font-family: Arial, Verdana, Helvetica, sans-serif }
p { font-size: 14  }
p { font-color: green  }
a:link { color: green }
a:visited { color: green }
a:hover { color: #f7941b }
a:active { color: green }

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.table {    font-style: Verdana, Arial, Helvetica, sans-serif;  
			font-size: 15;
			font-color: #000000;
}

