@CHARSET "ISO-8859-1";
/****************************************************************
* Resets margin, padding, borders, etc. for certain html tags
* 
* @author Jordan Kasper
* @version 1.1
*
* --------------- LICENSE INFORMATION ---------------
* This portion of the application is free software: you can redistribute
* it and/or modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation, either
* version 3 of the License, or (at your option) any later version.
*
* This part of the application is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the application. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************/
body{font-size:100%;background-color:#fff;color:#000}
html,body,div,ul,ol,form,li,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
img{border:0} p{margin:1em 0} ul,ol{padding-left:1em}
