@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(sab_back.jpg);
	background-color: White;
	color: #18188C;
	padding-top: 20px;
}


a {
	color:#006A35;
	text-decoration: none;
}
	
a:visited {
	color:#493A5F;
	
}

a:hover {
	text-decoration:underline;
		
}

h1 {
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	}
	
h2 {
	font-size: 12px
	font-weight:normal;
	text-align: center;
}

h6 {

}


div.bold {

	font-size: 18px;
}


p {
   font-size: 18px;
   text-align: left;	
	
	}

