@charset "utf-8";
/* CSS Document */

html, body {
	margin: 5px;
  }

.uw_links a {
	font-size: 10px;
	color: white;
	text-decoration: none;
  }

.uw_links a:hover {
	font-size: 10px;
	color: #808080;
	text-decoration: underline;
  }

.uw_content {
       padding: 25px;
}

.uw_content a  {
	color: #39275B;
	text-decoration: underline;
  }

.uw_content a:hover {
	color: #B28D10;
  }

.uw_footer a {
	font-size: 10px;
	color: white;
	text-decoration: none;
  }

.uw_footer a:hover {
	font-size: 10px;
	color: #808080;
	text-decoration: underline;
  }

hr {
	border: none;
	height: 1px;
	background-color: #39275B;
	color: #39275B;
  }

.uw_nav a {
	color: #392753;
	text-decoration: none;
  }

.uw_nav a:hover {
	color: #39275B;
	text-decoration: underline;
  }

.uw_headline {
	color: #39275B;
	font-size: 18px;
  }