

.twitter li {
  margin-bottom: 5px;
  margin-top: 2px;
  padding: 7px;
  font-family: trebuchet ms;
  font-size: 10px;
  background-color: #F0F0F0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -opera-border-radius: 3px;
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  cursor: hand;
  color: #646464;
  list-style: none;
}

.twitter li:hover {
  margin-bottom: 5px;
  margin-top: 2px;
  padding: 7px;
  font-family: trebuchet ms;
  font-size: 10px;
  background-color: #E9E9E9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -opera-border-radius: 3px;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  cursor: hand;
  color: #646464;
  list-style: none;
}



body {


	font-family: trebuchet MS;
	font-size: 10px;
	color: #9f9f9f;
        margin: 0px;
}


td {
    	
	font-family: trebuchet MS;
	font-size: 10px;
	color: #9f9f9f;
        margin: 0px;
}
th {


    	background-color: #FFFFFF;
	font-family: trebuchet MS;
	font-size: 10px;
	color: #9f9f9f;
        margin: 0px;
}

a:link {
	color: #ff4e6b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff4e6b;
}
a:hover {
	text-decoration: boild;
	color: #ffb64e;
	cursor: hand;
}
a:active {
	text-decoration: none;
}

b	{
	color: #4b4b4b;
	}
 
i	{
	color: #e64ff4;
	}
 
u	{
	color: #62b6dd;
	}


	}



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

