@charset "utf-8";
/* CSS Document */
        <style type="text/css">

body {
	background-color: #FFF68F;
}

a {color: #ffffff; text-decoration: underline; }
a:hover {color: #ffffff; text-decoration: none; }
.bold-text {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}
.address-bar {
	font-size: large;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-weight: bold;
}


.small-text {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #FFFFFF;
}
.medium-text {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #FFFFFF;
}

.Blue-small-title {
	font-size: medium;
	font-weight: bold;
	color: #02c1ff;
	font-family: "Trebuchet MS";
}
.Blue-medium-title {
	font-family: "Trebuchet MS";
	color: #02c1ff;
	font-weight: bold;
}         
.Blue-large-title {
	font-weight: bold;
	color: #02c1ff;
	font-family: "Trebuchet MS";
}

.x-small-text {
	font-size: x-small;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
}
</style> 