/* GLOBAL Styles */

body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 70%;
background:white;
}

h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: .85em;}
h7 {font-size: .75em;}

a {
	color:#1c3766;
	text-decoration:none;
}

a:hover {
	color:#1c3766;
	text-decoration:underline;
}

/* Hide Taxonomy Root */

#root {display:none;}
