/*--------------------------------------------------------------------
Pringo Networks Empower
Normalize Style Sheet (resets everything for better manageability)

version:	1.0
theme:		Default
author:		The Pringo Creative Team
email:		ryan@pringo.com
website:	http://www.pringo.com/
--------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,fieldset,input,form,textarea,p { margin: 0; padding: 0; } /* Resets the default browser margins and paddings. Removed {blockquote,th,td} */

html,body { height:auto !important; }
ul,ol { list-style:none; }
img { border: none; }
/* a { text-decoration:none; text-transform: capitalize; } */
/* a:hover { text-decoration:underline; text-transform: capitalize; } */
h1, h2, h3, h4, h5, h6 { font-size:100% }
/*  Taken out for .ugc-body
table { border-collapse:collapse; border-spacing:0; } 
*/
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }  
caption,th { text-align:left; } 
q:before,q:after { content:''; } 
abbr,acronym { border:0; } 
#scroll { position:absolute; top:0; bottom:-0.1px; width:1em; z-index:-1;}