@charset "utf-8";
/* CSS Document */
body {
	background-color: #1997DA;
	background-image:url(images/texture3.jpg);
	background-repeat: repeat-y;
	
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	padding-right:5px;
}
.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right:5px;
}

.contact {
 width:300px;
}

a:link.link1    {color: #FFFFFF; background: transparent; text-decoration: none;}
a:visited.link1 {color: #FFFFFF; background: transparent; text-decoration: none;}
a:hover.link1   {color: #6BCBFB; background: transparent; text-decoration: none;}

a:link.link2    {color: #003366; background: transparent; text-decoration: none;}
a:visited.link2    {color: #003366; background: transparent; text-decoration: none;}
a:hover.link2    {color: #003366; background: transparent; text-decoration: none;}

/*a:link.link2    {color: #FFFFFF; background: transparent; text-decoration: none;}
a:visited.link2 {color: #FFFFFF; background: transparent; text-decoration: none;}
a:hover.link2   {color: #00FF00; background: transparent; text-decoration: underline;}*/

