/*-------------------------------------*/
/* Set page style. */
/*--------------------------------------*/

body {
	margin:0;
	padding:0;
	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
	font-size: small;
	text-align:left;
	color:#29303B;
	line-height:1.3;
	background: #fff url('http://billi-jean.com/blog/wp-content/themes/connections/img/mainbg.gif');
}

table {
        background-color: #F3F6ED;
         border: 5px #29303B;;
}

blockquote {
	font-style:italic;
	padding:0 32px;
	line-height:1.6;
	margin:0 0 .6em 0;
}

p {margin:0;padding:0};

abbr, acronym {
	cursor:help;
	font-style:normal;
}
	
code {font:12px monospace;white-space:normal;color:#666;}

hr {display:none;}

img {border:2;}

/* Link styles */
a:link {color:#909D73;text-decoration:none;}
a:visited {color:#909D73;text-decoration:none;}
a:hover {color:#d8e14c;text-decoration:underline;}
a:active {color:#c8a278;}


}


/*---------------------------------------*/ 
/* Set font styles. */ 
/*---------------------------------------*/

h1 {
	margin:0;
	padding:0 0 6px 0;
	font-size:225%;
	font-weight:normal;
	color:#054f0a;
 }

h2 {
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size:90%;
	margin:0;
	padding:0;
}
h3 {
	font-weight:normal;
	font-size:120%;
	color:#c8a278;
	margin:0;
	padding:0;
}


h4 {
	font-weight:normal;
	font-size:80%;
	color:#c8a278;
	margin:0;
	padding:0;
}


h5 {
	font-weight:normal;
	font-size:70%;
	color:#c8a278;
	margin:0;
	padding:0;
}

