
/* Flying Web. Text Styles.
   Author: Miguel Guerra
   Updated: 19.June.2008
------------------------*/

/*BODY in General
-----------------*/
body{
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
color: #996;
font-size: 0.8em; /*Remember this will affect other elements: P, Hx, UL, TABLE, etc.*/
line-height: 1.6em;
}

/*Navigation Bar
----------------*/
#nav-bar li a:link,
#nav-bar li a:visited{
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	color: #ff3;
	font-family: Georgia, "Times New Roman", serif;
}

#nav-bar li a:hover{
	color: #ff3;
	border-bottom: 2px solid #ff3;
}

#nav-bar a.current{	
	border-bottom: 2px solid #ff3;
}

/*LINKS
--------*/
a:link, a:visited{
	text-decoration: none;
	color: #ff6;
}

a:hover{
	border-bottom: 1px dotted #ffff66;
}

/*HEADINGS Hx
-------------*/
h1, h2, h3{
	font-family: /*"Palatino Linotype",*/ Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	color: #996;
}

h1{
	font-size: 1.6em;
}

h2{
	font-size: 1.3em;
}

h3{
	font-size: 1.1em;
}

/*Footer:
American Typewriter for Mac users, otherwise Courier New
---------------------------------------------------------*/
#footer{
	font-family: "American Typewriter", "Courier New", serif;
	font-size: 0.9em;
}
