/*
#------------------------------------------------------------------------
# The World News II - July 2011 template (for Joomla 1.6/1.7)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */

#gkComponent > div > h1,#gkComponent > section > header> h1,#gkComponent > div > h2,#gkComponent > section > header> h2,#gkComponent > div > h1 a,#gkComponent > section > header> h2 a,#gkComponent > div > h2 a, #gkComponent > section > header> h2 a {
	font-size: 20px; /*was 40*/
	line-height: 72px;
	margin-bottom: 0;
}

a {
	text-decoration: none;
	color: #000;
}
a:hover,a:active,a:focus {
	color: #a5240e;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
	/*text-transform: uppercase;*/
}
h1 {
	font-size: 330%;
}
h2 {
	font-size: 150%;/* was 270%*/
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 105%;
}
h5 {
	font-size: 100%;
}

