﻿* {
	padding: 0px;
	margin: 0px;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

p a:link {
	color: #333333;
	text-decoration: underline;
}

html {
	width: 100%;
}

img { 
	border-style: none;
}

body {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url('images/back.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}