body {
	background-color: #F1F1F1;
	color: #444444;
	font-family: Verdana;
	font-size: 11px;
	margin: 0 10px;
}

h1 {
	font-size: 15px;
	letter-spacing: 1px;
}

h2 {
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #5C80B1;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}
.Box 
{
	background-color: white;
    border: 1px solid silver; 
    padding: 3px 15px; 
    line-height: 16px; 
    margin-bottom: 10px;
    color: #666666;
	}

#header {
	text-align: right;
	margin-bottom: 30px;
	width: auto;
	float: right;
}

#header h1 {
	font-family: Arial;
	font-size: 80px;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 8px;
}

#header h2 {
	font-weight: normal;
	letter-spacing: 4px;
	color: silver;
	margin: 0px;
}

#header a {
	text-decoration: none;
	color: white;
}

.author {
	color: #666666;
	font-size: 10px;
	float: left;
	text-transform: capitalize;
}

.pubDate {
	color: #666666;
	font-size: 10px;
	float: right;
}