
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: carolarnott.com basic stylesheet
author: wayne taylor - citrus tree media ltd
created: 01/10/06
modified: 01/05/07
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style */

@import url(sophist.css);

body {
   font-family: Vernada, Arial, Helvetica, Sans-serif;	 
	font-size: 15px;
	padding-bottom: 10px;
	background-color: #fff;
}

a:link, a:visited {
   color: #000;
   text-decoration: underline;
}

a:hover, a:active {
	color: #333;
   text-decoration: none;
}

.home #home, .gallery #gallery, .gallery2 #gallery2, .aboutme #aboutme, .contact #contact {
	text-decoration: none;
	color: #333;
}

h1, h2 {
	margin: 5px 0;
   font-family: Georgia, Helvetica, Sans-serif;	 
	font-size: xx-large;
}

h3 {
	font-size: large;
}

/* -----------------------------------------------------------------------------
   end style sheet */