body {
	margin: 0px;
	padding: 0px;
	background:#b8b8b8 url(../images/bg.png) top center no-repeat; 
	font-family: Arial;
	}

.container {
	width: 700px;
	padding-left: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	}
.content {
	float: left;
	width: 500px;
	}
ul, li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
ul.social {
	float: left;
	width: 199px;
	margin-left: 1px;
	}
ul.social li {
	float: left;
	width: 199px;
	color: white;
	margin-bottom: 1px;
	padding: 10px 0px 10px 25px;
	background: #0096db;
	}
ul.social li:hover {
	background: #00539f;
	}

.card:hover {
	cursor: pointer;
	
	}
.card {
	float: left;
	width: 450px;
	background: #2E3540 url('../images/tip1.png') top left no-repeat;
	padding: 25px 0px 25px 50px;
	margin-bottom: 1px;
	text-shadow: 1px 2px 2px rgba(0,0,0,.6);
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	}
.card a{ 
	color: #fff; text-decoration: none;
}
ul.listed {
	float: left;
	width: 500px;
	}
ul.listed li {
	float: left;
	width: 450px;
	padding: 15px 0px 15px 50px;
	background: white;
	margin-bottom: 1px;
	}

h2 {
	padding: 0px;
	margin: 0px;
	
	}
ul.listed li:hover {
	background: white url('../images/tip5.png') top left no-repeat;
	}

ul.listed li a {
	color: black;
	text-decoration: none;
	}
ul.social li a  {
	color: white;
	text-decoration: none;
	}

#tease:hover { 
	background: white;
	}


/*
	a:link, a:visited { color: white; text-decoration: none; text-shadow: 1px 2px 2px rgba(0,0,0,.6);}
	a:hover { color: #efefef; text-shadow: 1px 2px 2px rgba(0,0,0,1);}
	
	a img { border: 0px;}
	*/