/* Contains basic HTML-elements. */body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,div,img,fieldset,textarea,blockquote,input {	margin: 0;	padding: 0;	border: none;	font-family: Georgia, "Times New Roman", Times, serif;	font-weight: normal;	font-style: normal;}/* BODY */body {	background: #ffffff;	color: #000000;	font-size: 62.5%;  /* Sets default value on something about 10px */	line-height: 150%;}/* LINKS */a, a:link, a:visited, a:hover, a:active {	color: #000000;	cursor: pointer;	text-decoration: none;	outline: none;}a:hover {	color: #666666;}li {	list-style: none;}/* IMAGE HANDLING */img {border: none;}.float_left {float: left;}.float_right {float: right;}.clear_both {clear: both;}.align_left {text-align: left;}.align_right {text-align: right;}.align_justify {text-align: justify;}.bold {font-weight: bold;}.normal {font-weight: normal;font-style: normal;}.italic {font-style: italic;}