﻿/* 
This stylesheet is used to normalize all commenly and often used styles and items
Most of the styles in this sheet, will almost certain be overwritten in some other stylesheet
This stylesheet will be used for all themes
*/

* { padding: 0; margin: 0; }
ul { list-style-type: none; }
a { text-decoration: none; color:#000;}
a:hover { text-decoration: none; }
a:visited { text-decoration: none; }
img {border:0;}