/* 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: 13px;	
}

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

H1, H2 {
	font-family: verdana, sans-serif;
	text-shadow: 0.2em 0.2em 0.1em #CCC;
	background: transparent;
	
}

H3, H4, H5 {
	font-family: verdana, sans-serif;
	background: transparent;
}	
	h1 {
	color:			teal;
	font-family:		verdana, sans-serif;
	font-size:			32px;
	font-weight:		bold;
}
	h2 {
	color:			teal;
	font-family:		verdana,sans-serif;
	font-size:			24px;
	font-weight:		bold;
}
h3	{
	font: 	bold 20px, arial, sans-serif;
	color: 	teal;
	background-color:	#CCC

}
	h4 {
	color:			teal;
	font-weight:		bold;
	font-size:			20px;
}
	h5 {
	color:			teal;
	font-weight:		bold;
	font-size:			14px;
	background-color:	#CCC
}
}
	h6 {
	color:			teal;
	font-weight:		bold;
	font-size:			10px;
}


A:link {
	color: maroon;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted maroon;
	font-weight: bold;
}
A:visited {
	background: transparent;
	color: purple;
	text-decoration: none;
	border-bottom: 1px dotted purple;
	font-weight: bold;
}
A:active {
	background: transparent;
	color: red;
	text-decoration: none;
	border-bottom: 1px dotted red;
	font-weight: bold;
}	
A:hover {	background: transparent; 
		color: teal;
		text-decoration: none;
		border-bottom: 1px solid teal;
		font-weight: bold;
}



