/* Created for Clear Lake Guide Service.com (Newsletter) */
/* By Ashton Sanders From */
/* Websitesinaflash.com */
/* CSS Document */

/* ---------------------------------------------- Browser Basic Setting ---------------------------------------------- */

* {
	font-family: "Times New Roman", Times, serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}

#header {
	background-image: url('/images/newsletter/header.jpg');
	background-repeat: no-repeat;
	background-color: #3A4E47;
	color: #FFFFFF;
	text-align: right;
	padding-right: 150px;
	font-size: 12px;
}

.footer {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}

/* ----------------------------------------- Paragraphs and text ------------------------------------------ */

p, .date {
	color: #3A4E47;
	font-size: 16px;
	text-decoration: none
}

.date {
	font-weight: bold;
}

	
/* ----------------------------------------------  links ---------------------------------------------- */

a, a:link, a:visited {
	color: #336666;
	}

a:hover {
	color: #666666;
    }

#header a, #header a:link, #header a:visited {
	color: #FFFFFF;
	}

#header a:hover {
	color: #CCCCCC;
    }


/* ---------------------------------------------- headers ---------------------------------------------- */

h1{
	font-size: 30px;
	color: #336666;
	text-decoration: underline;
}