/*
style.css V1.001 2005-07-06 16:00

includes all style command
*/

a {
	/* regular link style */
	border			:0;
	color			:#000000;
	
}/* end of style a */


body {
	/* regular background */
	background-color	:#EAF2B9;
	color			:#383438;
}/* end of style body.regular */

h1{
	/* regular H1 */
	text-align		:center;
}/* end of style H1*/


input{
	/* */
	color			:000066;
	font-weight		:bolder;
}/* end of style input */

table {
	/* style regular table */
	border-style		: ridge;
}

