/* Background */

body {
	background: url("../images/main-smta-bg.jpg");
	background-repeat: repeat;
	background-position: top;
	background-attachment: fixed;
	margin-top: 25px;
	margin-bottom: 5px;
}

/* Links */

a {
	font-weight: bold; 
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-weight: bold; 
	color: #5a3f2b; 
	text-decoration: none;
}

/* Content */

p {
	font-family: Arial;
	font-size: 12px;
	padding-bottom: 35px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
}
