/* 
Author:	Parag Jagdale of Un-identified.com
File:		fontStyle.css
Purpose:	Defines all general fonts
*/

body{

	font-family: Verdana, Tahoma, sans-serif;

}

h1 { font-size: 130%; }
h2 { font-size: 125%; }
h3 { font-size: 100%; }
h4 { font-size: 85%; }
h5 { font-size: 80%; }
p, ul, ol, td { font-size: 80%; }

/* Styles needed to avoid some of the inheritance issues caused by styles above.*/
ul ul { font-size: 100%; }
td p { font-size: 100%; } 

p{
	line-height:21px;
}

a{
	color:#336699;
}

a:visited{
	color:#443478;
}

div.section, div.sectionNoBox, div.sectionWithTitle{
	line-height:21px;
	font-size: 80%;
}

div.section p, div.sectionNoBox p, div.sectionWithTitle p{
	font-size: 100%;
}

div.section li, 
div.sectionNoBox li, 
div.sectionWithTitle li{
	font-size:120%;
}
