﻿/* DEFAULT STYLESHEET
   ----------------------------------------------------*/

/* General styles
-----------------------------------------------------------------------------*/
* {margin: 0;padding: 0;} /* removes all margin and padding */
img {border: 0;}
a {cursor:pointer;outline:none;text-decoration:none;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
li {list-style:none;}

/* Commonly used classes
-----------------------------------------------------------------------------*/
.blockCenter {display: block; margin-left: auto; margin-right: auto;} /* remember to set width */
.bold {font-weight: bold;}
.clear {clear: both;}
.floatLeft {float: left;}
.floatRight {float: right;}
.italic {font-style: italic;}
.noBullet {list-style: none; list-style-image: none;}
.noBg {background:none;}
.textLeft {text-align: left;}
.textRight {text-align: right;}
.textCenter {text-align: center;}
.textJustify {text-align: justify;}
.underline {text-decoration: underline;}