/* 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-family: verdana, sans-serif; color: black;
}


P {
	font-family: verdana, sans-serif; color: black;
	font-size: 12px;	
}

BLOCKQUOTE {
	font-family: verdana, sans-serif; color: black; 
	font-size: 12px;
}

H1, H2 {
	font-family: verdana, sans-serif;

	
}

H3, H4, H5 {
	font-family: verdana, sans-serif;
	background: transparent;
}	
	h1 {
	color:			teal;
	font-family:		verdana, sans-serif;
	font-size:			24px;
	font-weight:		bold;
}
	h2 {
	color:			teal;
	font-family:		verdana,sans-serif;
	font-size:			18px;
	font-weight:		bold;
}
	h3	{
	color:			teal;
	font-family:		verdana,sans-serif;
	font-weight:		bold;
	font-size:			15px;
}
	h4 {
	color:			teal;
	font-weight:		bold;
	font-size:			13px;
}
	h5 {
	color:			black;
	font-weight:		bold;
	font-size:			10px;
}

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



