.title {
	font-family: "Verdana", serif;
	font-weight: bold;
	font-size: 18px;
	font-variant: small-caps;
	color: #0163E3;
}

.msg {
  list-style-image: none;
  list-style: none;
  font-size: 10px;
  font-family: "Verdana", serif;
  vertical-align: sub;
  text-indent : -10px;
}
	
.tweet {
  list-style-image: none;
  list-style: none;
  list-style-position:inside; 
  font-size: 10px;
  font-family: "Verdana", serif;
  vertical-align: sub;
  text-indent : -10px;
}

.tweet_new {
  list-style-image: none;
  list-style: none;
  font-size: 10px;
  font-family: "Verdana", serif;
  vertical-align: sub;
  font-weight: bold;
  text-indent : -10px;
}


ul {
list-style-position: inside;
}

li:before {
	content: "\00BB \0020";
}

a {
	text-decoration: none;
	color: #0163E3;
}

a:visited {
	text-decoration: none;
	color: #0163E3;
}

img {
	vertical-align: sub;
	border: none;
}

h2 {
  margin-bottom: 0;
  padding: 0;
  color: darkblue;
  font-size: 1em;
  font-family: "Verdana", serif;
}

table {
  border: none;
}