body {background-color: #950002; font-family: arial, helvetica, sans-serif; font-size: small; font-style: normal; font-variant: normal; text-transform: none; text-align: justify; background-image: url(images/background_index1.jpg); background-attachment:fixed; background-repeat:repeat; margin-top: 0px;} 
H1 {font-family: arial, helvetica, sans-serif; font-size: 16pt; font-style: italic; color: #950002;}
H2 {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-style: normal; color: #CA6C46;}


.Link1 A:link {
	COLOR: #FEDA8C; /*The color of the link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	TEXT-DECORATION: NONE;
}
.Link1 A:visited {
	COLOR: black; /*The color of the visited link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;	
	TEXT-DECORATION: NONE;
}
.Link1 A:hover {
	COLOR: #62332D; /*The color of the mouseover or 'hover' link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;	
	TEXT-DECORATION: NONE;
}
/*end block*/

/*We will use this block to represent the rest of the links on the bottom of the page*/
.Link2 A:link {
	COLOR: #FEDA8C; /*The color of the link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;	
	TEXT-DECORATION: NONE;

}
.Link2 A:visited {
	COLOR: black; /*The color of the visited link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;		
	TEXT-DECORATION: NONE;

}
.Link2 A:hover {
	COLOR: #62332D; /*The color of the mouseover or 'hover' link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;	
	TEXT-DECORATION: UNDERLINE;

}

.Link3 A:link {
	COLOR: #950002; /*The color of the link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;	
	TEXT-DECORATION: UNDERLINE;

}
.Link3 A:visited {
	COLOR: black; /*The color of the visited link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;		
	TEXT-DECORATION: NONE;

}
.Link3 A:hover {
	COLOR: #CA6C46; /*The color of the mouseover or 'hover' link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;	
	TEXT-DECORATION: UNDERLINE;

}

