/*
** BL_IELTS_font.css 
** CSS - handles the typography
** Author: Steve TANGUE
** Date: 19.06.08
** Last edited: 
*/


body
{
	color: #000;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}

html>body						
{								
	font-size: 12px;			
}		


p
{
	line-height: 1.3em;
}
	
	
/* links */
a
{
	color:#ffffff;
}

a:hover
{
	color:#ffffff;
	text-decoration:underline;
}				


/* Heading */
h1 
{
	line-height: 1em;
	color:#CA403D; /* red h1 */
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
}

.h1_keyword {
	font-family: Verdana;
	font-size: 1.20em;
	font-weight: bold;
	font-style: italic;
	border-bottom: 3px solid #CA403D;
}

.h1_img
{

	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: 8px;
}

h2 
{
	font-size:1.8em;	
	margin: 0;			
	color:#DE2400; /* red h2 */	
	text-align: center;
	font-style: italic;
	margin-bottom: 8px;
}

h3
{
	font-size:1.6em;													 	  
	margin-top: 0.5em;			
	color:#009966; /* green */
	font-weight:normal;
	text-align: center;	
	font-style: italic;
}

/* h4 testimonial box title text */
h4
{
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;	
	width: 200px;
}

h5
{
	font-size: 14px;
	font-weight: bold;
}

h6
{
	color:#FF0000;
	font-size: 2.5em;
}

h7
{
	font-size:1.6em;												 
	margin-top: 1.286em;			
	color:#009966; /* green */
	font-weight:bold;
	text-align: center;	
}	

h8
{
	font-size:1.6em;												 
	margin-top: 1.286em;			
	color:#009966; /* green */
	font-weight:bold;
}

.red
{
	color:#FF0000;
}

.green
{
	color: #009966;
	text-decoration:underline;
}

.blue
{
	color:#0000FF;
	text-decoration:underline;
}

.dark_blue
{
	color: #001777;
}


span.green_title
{
	font-size:1.6em;												 
	margin-top: 1.286em;			
	color:#009966; /* green */
	font-weight:bold;
}
span.red_title
{
	font-size:1.4em;												 
	margin-top: 1.286em;			
	color:#DE2400; /* red */
	font-weight:bold;
}



a:hover.blue
{
	color: blue;
	text-decoration:underline;
}

div#footer_content p
{
	text-align: center;
	color: #ffffff;
}


/* end of file */