* {
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  word-break: break-all ;
  word-wrap: break-word ;
  line-height: 1.2;
}

body {
  margin: 0 0 10px 0;
  padding: 0;
	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Lucida,Arial,Helvetica,sans-serif;
  font-size: small;
  }
h3 {
	margin:0px;padding:2px;
	color:0066cc;
}
blockquote {
	margin:0px,0px,5px,10px;
	padding:2px;
	font-size: 0.9em;
}
#functionLink {
	margin:0;padding:2px;
	color:0066cc;
	}
#languageSection {font-size: 0.8em;}
#ba {font-style: italic;}
#bi {text-decoration: underline;}
#blue { color:0000cc ;}
#green { color:009900 ;}
#orange { color:ff9900 ;}
#pink { color:ff0066 ;}
