/* General Style Sheet for the IGFA Website */

BODY { 
	background-image: irl(images/background.jpg); 
	font-family: helvetica, sans-serif; 
	color: #000000 
	}

P.logo { 
	font-family: helvetica, sans-serif; 
	font-size: 150%; 
	font-weight: bold; 
	color: #FFFFFF 
	}

H1 { 
	font-family: helvetica, sans-serif; 
	font-size: 150%; 
	font-weight: bold; 
	font-style: italic 
	}

H2 { 
	font-family: helvetica, sans-serif; 
	font-size: 125%; 
	font-weight: bold; 
	color: #006666 
	}
H3 { 
	font-family: helvetica, sans-serif; 
	font-size: 125%; 
	font-weight: bold; 
	color: #660000 
	}

H4 { 
	font-family: helvetica, sans-serif; 
	font-size: 75%; 
	color: #FFFFFF
	}

A { 
	font-decoration: none 
	}

.new { 
	text-decoration: none; 
	color: yellow; 
	font-family: helvetica, sans-serif; 
	font-size: 100%;
	font-weight: bold 
	}

.off { 
	text-decoration: none; 
	color: #FFFFFF; 
	font-family: helvetica, sans-serif; 
	font-size: 100%;
	font-weight: bold 
	}

.on { 
	text-decoration: none; 
	color: #000000; 
	font-family: helvetica, sans-serif; 
	font-size: 100%; 
	font-weight: bold 
	}

.info { 
	color: #006666; 
	font-weight: bold; 
	font-size: 125%; 
	font-family: helvetica, sans-serif 
	}
