/* Style for all bodies. */

body {

	/* font-family: Verdana, Arial, sans-serif;

	font-size: 13px; */ 

	/* background-color: #ccff99;

	background-color: #ff6600 #66cc00;*/

	background-color: #ff0;

	color: #000000;

}

/* Custom link styles */
a:link {
	text-decoration: none;
	color: #0000ff
}
a:visited {
	text-decoration: none;
	color: #0000ff
}
a:hover {
	text-decoration: underline;
	/* color: #ff5500 */
	color: #99ff00
}
a:active {
	text-decoration: none;
	color: #990099
}
