@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

a:link {
	color: rgb(0, 102, 204);
}

a:visited {
	color: rgb(0, 102, 204);
}

a:hover {
    color: rgb(217, 88, 19);
}

table, caption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
}
