body {
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 25px;
	background: #292929;
	color: #979797
}

#linkcontainer {
display:block;
	width:100%;
	background-color:#EEEEEE;
	padding:5px;
	border-radius:2px;
	 -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
	
	}

.WCLinks{
text-align: center;
color: #000000;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:16px;
font-weight:normal;
margin:10px;
line-height:25px;
padding: 10px 6px 10px 6px;
display:block;
float:left;
width:100%;
/*height:80px;*/
border-radius:4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

A.WCLinks{ 
  background-color:#7782C8;
  border: 1px solid #000000;
  color: #fff;
  text-decoration:none;

}

A.WCLinks:hover{
  color: #ffff00;
  background-color:#5E0E87;
  border: 1px solid #ffff00;
  text-decoration:none;
}

h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
}

#FooterText{
	display:block;
	width:100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}

.HeadTitle {
	display:block;
	width:100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.WCLinksBig{
    text-align: center;
    color: #000000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 10px;
    line-height: 30px;
    padding: 15px 8px 15px 8px;
    display: block;
    float: left;
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

A.WCLinksBig{ 
  background-color:cornflowerblue;
  border: 1px solid #000000;
  color: #fff;
  text-decoration:none;

}

A.WCLinksBig:hover{
  color: #ffff00;
  background-color: #32008F;
  border: 1px solid #ffff00;
  text-decoration:none;
}

.WCLinksSM{
    text-align: center;
    color: #000000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 10px;
    line-height: 20px;
    padding: 10px 5px 10px 5px;
    display: block;
    float: left;
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

A.WCLinksSM{ 
  background-color:#777777;
  border: 1px solid #000000;
  color: #fff;
  text-decoration:none;

}

A.WCLinksSM:hover{
  color: #ffff00;
  background-color: #32008F;
  border: 1px solid #ffff00;
  text-decoration:none;
}
