@charset "UTF-8";
/* CSS Document */

body  {
	padding: 0;
	text-align: right;
	color: #630;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	background-color: #FFF;
	margin-top: 25;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

hr {
  border: 0;
  width: 100%;
  color: #630;
  background-color: #630;
  height: 1px;
}

p {
	margin-bottom: 1em;
	margin-top: 1em;
}

a {
	color: #000;
	text-decoration: none;
	text-align: left;
	margin: 0px;
}

a:link {
	color: #630;
	text-decoration: underline;
}
	
a:visited {
	color: #630;
	text-decoration: underline;
}

a:hover {
	color: #969;
	text-decoration: underline;
	text-align: left;
}
.footer {
	font-size: 75%;
}
.hed {
	font-size: 125%;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.sidebar {
	font-size: 85%;
	color: #000;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.sidebar a:visited {
	font-weight: bold;
	color: #630;
}
.sidebar a:link {
	font-weight: bold;
	text-decoration: none;
	color: #630;
}
.sidebarDate {
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	color: #000;
}
.sidebarHed {
	font-weight: bold;
	font-size: 120%;
}
.sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
.contest {
	color: #000;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	padding-top: 0px;
	font-size: 85%;
}
.contest a:visited {
	font-weight: bold;
	color: #630;
	text-decoration: underline;
}
.contest a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #606;
}
.contestLarge {
	font-variant: normal;
	text-transform: none;
	text-align: left;
	margin-top: 20px;
	font-weight: bold;
	font-size: 130%;
}
.contest a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #969;
}
.sidebarHedPurple {
	font-weight: bold;
	font-size: 120%;
	color: #606;
}
.hedPurple {
	font-size: 125%;
	font-weight: normal;
	color: #606;
}
