﻿@import url(Follow.css);
/*
COLORS

Common Text #575552;
Special Text #3d5935
Headlines #ffffff

*/

/*----------------------------------------------
                COMMON
----------------------------------------------*/
html, body {
	margin:0px;
	padding:0px;
	height:100%;
	background:#c5bcaf;	
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
}
form {
	margin:0px;
	padding:0px;
	height:100%;	
}
img {
	border:0px;
}
/*----------------------------------------------
                FOLLOWSITE CONTENT COMMON
----------------------------------------------*/
a {
	outline:none;	
	color:#ffffff;
	color:#4a4640;
	text-decoration:underline;
}
a:hover {
	color:#3d5935;
}
p, td {
	color:#4a4640;
	font-size:13px;
	margin:0px;
	padding:0px;
	line-height:18px;
}
h1 {
	color:#ffffff;
	font-size:26px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Georgia, Times New Roman, Times New Roman, Serif;
}
h2, h3, h4 {
	color:#ffffff;
	font-size:17px;
	margin:0px;
	padding:0px;	
	font-weight:normal;
	text-transform:uppercase;
	font-family:Georgia, Times New Roman, Times New Roman, Serif;
}
#intro, #follow {
	cursor:default;
}
hr {
	border-top:1px solid #5d5854;
	border-bottom:1px solid #dcd8d0;	
	display:block;
	margin:2px 0px 20px 0px;
}