

/* general */
html  {font-size: 100%; 
		font-family: arial, verdena, helvetica, sans-serif;
		background-color: #FFFFFF; 
		
		} 

body { font-size: 85%;
	color: #000000;
} 


/* links */
A:link {color: #0033cc; font-weight: bold; } 
A:visited {color: #6699FF; font-weight: bold; }
A:hover {color: #cc0000; font-weight: bold; }
A:active {color: #33CC99; font-weight: bold; }


/* colors */
.medlightblue { color: #6699ff; }
.meddarkblue { color: #0033cc; }
.blue { color: #0033cc; }
.white { color: #ffffff; }
.black { color: #000000; }
.red { color: #ff3333; }



/* styles */

.bold {font-weight: bold;}	
.normal {font-weight: normal;}


/* diana's styles */
.style11 {font-size: 11pt}
.style12 {font-size: 12pt; font-weight: bold;}	
.style13 {font-size: 12pt}
.style14 {font-size: 14pt; font-weight: bold;}
.style16 {font-size: 16pt; font-weight: bold; }
.style18 {font-size: 18pt; font-weight: bold;}
.style20 {font-size: 20pt; font-weight: bold;}
.style21 {font-size: 18pt}



/* KP styles */
/* sizes */
.small75 {font-size: 75%; } 
.small80 {font-size: 80%; } 
.small85 {font-size: 85%; } 
.small90 {font-size: 90%; } 
.small95 {font-size: 95%; } 
.size100 {font-size: 100%; } 
.big105 {font-size: 105%; } 
.big110 {font-size: 110%; } 
.big115 {font-size: 150%; } 
.big120 {font-size: 120%; } 
.big125 {font-size: 125%; } 
.big130 {font-size: 130%; } 
.big140 {font-size: 140%; } 
.big150 {font-size: 150%; } 
.underline {text-decoration: underline;}


/* KP special styles */
h3  {font-size: 120%; 
	 color: #0033cc;
} 

/* destin: h3 with p linespacing */
.destination {font-size: 120%; 
	 color: #0033cc;
} 

/* photo drop shadow border??  */
.dropshadow img {
 background: url(http://www.marksmithnaturetours.com/graphics/DropShadow2.gif) no-repeat; 
	position: relative;
	top: -5px; 
	}

