
body {
	padding: 0;
	margin:0;
	background-color: rgb(240, 240, 240);
	background-image: url('/images/bg_body.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
}

a { color: navy; text-decoration: none; }
a:visited { color: navy; }
a:hover { color: red; }

.c { text-align: center; }
.r { text-align: right; }
.l { text-align: left; }


