﻿/*
	RESET
*/

*												{ padding: 0; margin: 0; }
html											{ overflow-y: scroll; }
html, body										{ height: 100%; }
body											{ font-size: 0.8em; font-family: Helvetica, sans-serif;
    											  color: #000; background: grey; }

a												{ outline: none; text-decoration: none; color: Black; }
a:hover											{ outline: none; text-decoration: none; color: Black; }
a:link											{ outline: none; text-decoration: none; color: Black; }
a:visited										{ outline: none; text-decoration: none; color: Black; }
a img											{ border: none; }

/*
	STANDARD TAGS
*/

p												{ margin-top: 5px; padding: 0;}


/*
	UTILITY
*/

.floatLeft										{ float: left; }
.floatRight										{ float: right; }
.clear											{ clear: both; }
