/*
** BL_IELTS_font.css 
** CSS - handles the typography
** Author: Steve TANGUE
** Date: 19.06.08
** Last edited: 
*/


body
{
	color: #000000;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}

html>body						
{								
	font-size: 12px;			
}		


p
{
	line-height: 1.3em;
}
	
	
/* links */
a
{
	color:#0000FF;
}

a:hover
{
	text-decoration:underline;
}				


/* Heading */
h1 
{
	font-size: 1.8em;
	font-weight: bold;
	width: auto;
	float: left;
}

h2 
{
	font-size:1.4em; 
	font-weight: bold; 
	margin-bottom: 10px;
}

h3
{

}

h4
{

}



.red
{
	color:#FF0000;
}

.green
{
	color: #009966;
	font-weight: bold;
}

.blue
{
	color:#0000FF;
	text-decoration:underline;
}



a:hover.blue
{
	color: blue;
	text-decoration:underline;
}




#icons_menu
{
	float:right; 
	margin: -30px 230px 0 0px;
}

#icons_menu a
{
	color: blue;
	float: right; 
	cursor: pointer;
	font-size: 0.8em;
	text-decoration:underline;
}

#icons_menu a:hover
{
	text-decoration:underline;
}
/* end of file */