/* CSS definition file containing sitestyle stylesheets */

body {
	background-image: url(./assets/images/bg2.jpg);
              background-color: rgb(115,105,93);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.class1 a:link {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color:#BE694C;
	text-decoration:none;
	}

.class1 a:hover {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color:#BE694C;
	text-decoration:none;
	}

.class1 a:active{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color:#BE694C;
	text-decoration:none;
	}

.class1 a:visited{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;	
	color:#BE694C;
	text-decoration:none;
	}
 