@charset "UTF-8";
html { /*not sure why but this allows the container to float properly*/ }
body { margin: 0; padding: 0; /*fixes most browser defaults*/ text-align: center; /*keeps page elements centered*/ font-size: 100%; /*sets consistent font size*/ }
p,h1,h2,h3,h4,h5,h6,ul,li,a,img { margin: 0; padding: 0; /*fixes most box-model problems*/ list-style-image: none; list-style-type: none; /*who needs bullets?*/ border: none; /*borders not required*/}
a,a:hover,a:active { text-decoration: none; /*underlined links are so 90's*/ border: none; /*borders not required*/}
