 
html
{
	 /*these are the fonts it will use, the first font is primary and will go along the list until a single font is recognised */
	font-family: Helvetica, Arial, sans-serif;
	 /*This will change the size of ALL the fonts*/
	font-size: 65%;
}

body
{
	  /*  This is the size of the main body of text */
	font-size: 65%;
	line-height: 150%;
	  /*  This is colour of main body of text */
	color: #666666;
}

h1
{
	font-weight: normal;
	font-size: 150%;
}

h2,  #content_inner ul li
{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h3
{
	font-size: 110%;
	font-weight: bold;
	color: #87899D;
}

h4, .h4
{
	font-size: 120%;
	font-weight: normal;
}

.aboutus h4 
{
	color: #421d66;
}

.history h4 
{
	color: #0b4f7c;
}

.technology h4
{
	color: #ff6600;
}

.applications h4 
{
	color: #73ac1d;
}

.casestudies h4, .casestudies .h4 
{
	color: #ff6600;
}

.contact h4 
{
	color: #174e51;
}

.smalltext
{
	font-size: 100%;
}


a
{
	text-decoration:none;
	color: #8E90A3;
	outline: none;
}
