/* CSS Document */

body {
	background-repeat: repeat;
	background-image: url(../Pitures/FinCloseUpSmall.jpg);
}

.style1
{
	font-family:"Comic Sans MS";
	font-size:36px;
	color:#00FFFF;
	font-weight: bold;
	text-align: center;
	background-position: center;
}
.style2
{
	font-family: "Comic Sans MS";
	font-size:x-large;
	color:#C5E6A6;
	font-weight: bolder;
	text-decoration: underline;
}
.style4
{
	
	position:static;
	border:outset;
	border:thick;
	border-color:#669900;
	background-image:url(/Pitures/tile_086.jpg);
	color:#FFFF00;
	text-align:center;
	font-family:fantasy;
	font-size:20px;
	font-weight:bold;
}
.style5
{
	width:80%;
	background-image:url(/Pitures/PinkMarbel.jpg);
	border-color:#DFAFA5;
	border:thick;
	border:outset;
	background-position: center;
}
.style6
{
	width:60%;
	background-image:url(../Pitures/tile_086.jpg);
	border-color:#669900;
	border:thick;
	border:outset;
}

.style7
{
	background-image:url(../Pitures/tile_086.jpg);	
	background-repeat: repeat;
	position:relative;
	width:85%;
	margin:8%;
}
.style8
{
	font-size:20px;
	font-family:Modern;
	color:#880000;
	font-weight:500;
	text-align:center;
}

a:link {
	color:#FF8E3C;
	text-decoration:none;
	font-size:24px;

}
a:visited {
	color: #996600;
	text-decoration:none;
	background-color:#00CC33;
	background-position: center center;
}
a:active 
{
	color:;
	text-decoration:none;
}
a:hover {
	color:#FFFF00;
	text-decoration:none;
}

