@charset "utf-8";
/* CSS Document For Standard Elements only i.e. h1, p etc.*/
html { min-height: 100%; margin-bottom: 1px; }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/themes/solartechnology/images/bggradient.jpg);
	background-repeat:repeat-x;
	background-color:#636363;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}