/*
	Font size for sites using Verdana
	All font sizes assume a browser default of 16px
	10px	63%
	11px	69%
	12px	75%
	13px	81%
	14px	88%
	15px	94%
	16px	100%
*/

body{
	font-family:Verdana, Helvetica, Sans-serif;
}

#header, #footer{
	font-size:69%;
}

#nav, #links{
	font-size:75%;
}

#contentarea{
	font-size:81%;
}

