/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-----  CSS RESET  -----
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

*{
	margin: 0; padding: 0;
}
input[type=submit], input[type=reset]{
	padding: 3px 2px;
}
a img { border: none; text-decoration: none; }

img { border: none; text-decoration: none; }
