* {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	width: 100%;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
a {
	color: #0000cd;
	text-decoration: underline;
}
a:hover {
	color: #1e90ff;
	text-decoration: none;
}
#container {
	width: 800px;
	margin: 18px auto;
	padding: 0;
	border: 0;
	background: #fff;
}
table#header {
	width: 100%;
	margin: 0 0 8px 0;
	border-bottom: 1px dashed #ccc;
}

#contentBox {
	padding: 0 14px;
}
#contentBox p {
	margin: 8px 0 0 0;
	line-height: 24px;
}
#contentBox strong,
#footer strong {
	font-weight: normal;
}
table#footer {
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0;
}

#welcome {
	margin: 10px 0;
	padding: 8px;
	border: 1px solid #ccc;
	font-family: Georgia, "Courier New", Courier, monospace;
	background: #f1f1f1;
}

.ImgPost {
	margin: 4px 0;
	border: 0;
}

.quote {
	padding: 4px;
	border: 1px dotted #bbb;
}

#clouds {
	margin: 10px 0;
	padding: 30px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 30px;
}
#clouds a:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

.clouds_xsmall {
	font-size: 10px;
	color: #333;
}
.clouds_small {
	font-size: 16px;
	color: #9acd32;
}
.clouds_medium {
	font-size: 24px;
	color: #ff7f50;
}
.clouds_large {
	font-size: 32px;
	color: #6495ed;
}
.clouds_xlarge {
	font-size: 36px;
	color: #ff69b4;
}

.Smile {
	border: none;
}

.navigation {
	margin: 40px auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
}
.navigation span {
	padding: 5px;
	border-bottom: 8px solid #555;
	background: #555;
	color: #fff;
	text-decoration: none;
}
.navigation a:active,
.navigation a:visited,
.navigation a:link {
	padding: 5px;
	border-bottom: 1px solid #333;
	color: #333;
	text-decoration: none;
}
.navigation a:hover {
	padding: 5px;
	border-bottom: 3px solid #555;
	color: #555;
	text-decoration: none;
}

#content {
	margin-bottom: 30px;
}
#content h2 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #333;
}
#content h2 a:active,
#content h2 a:visited,
#content h2 a:link {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #333;
	text-decoration: underline;
}
#content h2 a:hover {
	color: #555;
	text-decoration: underline;
}

#content .post {
	line-height: 24px;
}

#footer td {
	padding: 8px 14px;
}
#footer p {
	line-height: 24px;
}
#footer p a {
	color: #0000cd;
	border-bottom: 1px dotted #0000cd;
	text-decoration: none;
}
#footer p a:hover {
	color: #1e90ff;
	border-bottom: 1px dotted #1e90ff;
	text-decoration: none;
}