/* Set Generic Element Styles */
body, h1, h2, h3, h4,
h5, h6, div, p, ul, ol,
table, td, th, blockquote {
	margin:0;
	padding:0;	
}
img {border:none;}
a {outline:none;}
/* Set Generic Classes */
.float-right {float:right;} .float-left {float:left;}
.clear-right {clear:right;} .clear-left {clear:left;}
.clear-both {clear:both;} .text-center {text-align:center;}
.text-left {text-align:left;} .text-right {text-align:right;}
.bold {font-weight:bold;} .uppercase {text-transform:uppercase;}
.italic {font-style:italic;} .lowercase {text-transform:lowercase;}
.underline {text-decoration:underline;} .line-through {text-decoration:line-through;}
.display-block {display:block;} .display-inline {display:inline;}