table.data { border-spacing: 0px;
	border-collapse: collapse;
	font-size: 13px;}

table.data td { padding: 5px;
		text-align: center;
		background-color: #edfbfc;
		border: 1px #000 solid;}

body
 {
  		margin: 30px 50px 0px 50px;
		  font-family: verdana, geneva, arial, helvetica, sans-serif;
		  background-image:url('/blog/imgs/bg.jpg');
		  background-color: #edfbdc;
		  text-decoration: none;
		  font-weight: normal;
		  line-height: normal;
		}

		a          { color: #3366cc; }
		a:link     { color: #3366cc; text-decoration: underline; }
		a:visited  { color: #3366cc; text-decoration: underline; }
		a:active   { color: #3366cc; text-decoration: underline; }
		a:hover    { color: #3366cc; text-decoration: underline; }
