body {
  background-color:#216cad;
}

body, table {
	font-family: 'Lucida Grande', Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 13px;
	line-height: 150%;
	margin: 0;
  color: #111112;
}

h1, h2, h3 {
	color: #FFF;
	font-size: 30px;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	margin-top: 0.2em;
}
h1 {
  line-height: 200%;
}
h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

a {
  color: #1862a1;
  text-decoration:none;
}
a:hover {
  color: #1862a1;  
  text-decoration:underline;
}

a img { border: none }

.bubble {
background: #297CC0;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 5px;
color:white;
}
