/***************************************************************/
/* textdefault.css                                            */
/* site: Visual Computing                                      */
/*                                                             */
/* copyright 2008 Visual Computing all rights reserved         */
/*                                                             */
/* www.visualcomputing.co.uk                                   */
/***************************************************************/
/*                                                             */
/*	Default text sizes                                         */
/*                                                             */
/***************************************************************/

body {
	font-size: small;}

h1 {
	font-size:180%
}

h2 {
	font-size:160%
}

h3 {
	font-size:140%
}

.site-name {
	font-size: 400%;
}
.tagline {
	font-size: 150%;
}
.introduction-item ul {
	font-size: 80%;
}
#menu li {
	font-size: 90%;
}
#pagecontrols {
	font-size: 70%;
}

.switcher-button {
	height: 7em;
	width: 9em;
}
.emphasise {
	font-weight: bold;
}
