body {
	background-color: #FFF;
	color: #555555;
	font-family: "Open Sans";
	margin:0;
	padding:0
	text-rendering: optimizelegibility;	
}

body.home {
	background-color: #EAEAEA;
}
  
a {
	background: transparent;
	color: #555;
	outline: none;
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

a:hover { 
	color: #000;			 
}

h1, h2, h3, h4 {
	font-family: "Georgia", serif!important;
    font-weight: bold!important;
}

a.BbTitle {
  background: transparent;
  color: #555;
  outline: none;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  font-family: "Georgia", serif!important;
  font-weight: bold!important;
  text-decoration: none;
}
 
a.BbTitle:hover {
	color: #33ccff;
}    
  
p {
  line-height: 165%;
  font-size: 10pt;
}

strong {
	font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.blue { color: #33ccff!important; }
.orange { color: #ff6633!important; }
.purple { color: #cc66cc!important; }