/* elements.css */

body {
	font-family: garamond, tahoma, verdana, arial;
	font-size: 13pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin: 2px 2px 0px 2px;
	background: #FFFFFF url("../images/bg.jpg") fixed repeat-x;
	padding: 0px 0px 0px 0px;
	width: 99%;
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
}
