﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: black;
    color:White;
    FONT-FAMILY: Tahoma ;
    FONT-SIZE: 10pt;
    text-align:justify;
    background:url(images/back_carb.jpg);
}


H5
{
}

H4
{
}

H3
{
}

H2
{
	FONT-SIZE: 14pt;
	color:red;
	margin-bottom:2px;
}

H1
{
	FONT-SIZE: 18pt;
	color:#B6A682;
}

A:link	{	
	text-decoration:	none;
	color:	#B6A682;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#B6A682;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	color:	#FF0000;
	}

IMG 	{
	margin: 0px;
}

.c4img 	{
	margin: 5px;
}

.c4title {
	font-family: Eras Light ITC;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}

.c4goldbold {
	font-family:Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #B6A682;
	font-style: normal;
}

