body {
	background-color: rgb(25,34,63);
	background-image: url('../pics/blue-eye3.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0; 
	font-family: times new roman, serif; 
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: rgb(255,255,255);
	text-align: justify;
	scrollbar-3dlight-color: rgb(0,0,0);
	scrollbar-arrow-color: rgb(255,255,255);
	scrollbar-base-color: rgb(50,50,50);
	scrollbar-darkshadow-color: rgb(15,15,15);
	scrollbar-face-color: rgb(1,1,1);
	scrollbar-highlight-color: rgb(25,25,25);
	scrollbar-track-color: rgb(0,0,0);
	scrollbar-shadow-color: rgb(0,0,0);
}

a:link {
	color: rgb(10,100,200);
	text-decoration: none;
}

a:active {
	color: rgb(255,255,255);
	text-decoration: none;
}

a:visited {
	color: rgb(10,100,200);
	text-decoration: none;
}

a:hover {
	color: rgb(100,100,255);
	text-decoration: none;
}

#address {
	text-align: right;
	margin-top: 120px;
	margin-right: 80px;
	font-family: Gothic, sans-serif;
	font-size: 16px; 
	font-variant: normal;
}

#state {
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
}


div.date {
	margin-top: 30px;
	margin-left: 80px;
	margin-right: 10px;
	font-family: gothic, sans-serif; 
	padding: 5px;
	font-size: 11px; 
	text-align: right;
	color: rgb(100,100,100);
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-color: rgb(100,100,100);
	border-bottom-color: rgb(100,100,100);
}	

div.add {
	padding: 4px
	margin-left: 100px;
	margin-right: 10px;
	font-family: gothic, sans-serif; 
	font-size: 11px; 
	text-align: right;
	color: rgb(100,100,100);
}


div.entry {
	width: 570px;
	margin-left: 120px;
	padding: 4px;
	font-family: times new roman, serif; 
	font-size: 16px;
	text-align: justify;
	overflow: hidden;
}	

div.quote {
	width: 570px;
	margin-left: 120px;
	padding: 4px;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: justify;
}

div.personal {
	width: 570px;
	margin-left: 120px;
	padding: 4px;
	font-family: Book Antiqua;
	font-size: 14px;
	text-align: justify;
}

div.text {
	width: 570px;
	margin-left: 120px;
	padding: 4px;
	font-family: Arial;
	font-size: 14px;
	font-variant: small-caps;
	text-align: justify;
}

div.holiday {
	width: 570px;
	margin-left: 120px;
	padding: 4px;
	font-family: arial, serif; 
	font-size: 19px;
	text-align: justify;
	overflow: hidden;
}


div.right {
	width: 570px;
	margin-left: 120px;
	padding: 4px;
	font-family: system; 
	font-size: 16px;
	text-align: right;
	overflow: hidden;
}


div.bottom {
	margin-top: 440px;
	margin-left: 120px;
	margin-right: 18px;
	padding: 4px;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: justify;
}


