/* style.css - for onroute.com pages */


/* We use the "standard 16" color names:
   aqua, black, blue, fuchsia, gray, green, lime, maroon,
   navy, olive, purple, red, silver, teal, white, and yellow */



body {
  font-size: 18px;
}

.small {
  font-size: 18px; /* 75% of the baseline */
}

.large {
  font-size: 24px; /* 125% of the baseline */
}


P {
	font-family: verdana, non-serif; color: black;
	font-size: 18px;	
}

BLOCKQUOTE {
	font-family: verdana, non-serif; color: black; 
	font-size: 16px;
}

h1 {
	color:			teal;
	font-family:		arial, sans-serif;
	font-size:			28px;
	font-weight:		bold;
}
	h2 {
	font: 	bold 26px arial, sans-serif;
	color: 	teal;
}
	h3	{
	font: 	bold 24px arial, sans-serif;
	color: 	teal;
	background-color:	#DDD
}
	h4 {
	font: 	bold 24px arial, sans-serif;
	color: 	teal;
}
	h5 {
	font: 	bold 20px arial, sans-serif;
	color: 	teal;
}
	h6 {
	
	font: 	bold 20px arial, sans-serif;
	color:		CornflowerBlue;
}

A:link {
	color: CornflowerBlue;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	background: transparent;
	color: CornflowerBlue;
	text-decoration: none;
	font-weight: bold;
}
A:active {
	background: transparent;
	color: Red;
	text-decoration: none;
	font-weight: bold;
}	
A:hover {	background: transparent; 
		color: Red;
		text-decoration: underline;
		font-weight: bold;
}


