﻿.style2 {
	font-size: medium;
	font-family: "sans serif";
	font-weight: lighter;
}
.style3 {
	font-size: medium;
	font-family: "sans serif";
	font-weight: bold;
}
.style4 {
	font-family: "Trebuchet MS";
}
.style5 {
	font-size: small;
	font-family: "Trebuchet MS";
}

.style6 {
	font-size: xx-large;
	font-family: "sans serif";
	font-weight: bold;
}
a {
	color: #FFFFFF;
}
a:active {
	color: #C0C0C0;
}
a:hover {
	color: #FF6699;
}
.blurb {
	font-family: "Trebuchet MS";
	font-size: small;
	font-style: italic;
	text-transform: lowercase;
}
.menu {
	font-family: "Trebuchet MS";
	font-style: italic;
	text-transform: lowercase;
}
.network {
	border-style: groove;
	border-width: 2px;
	background-color: #000000;
}


