/* Basic tags */
body {
	margin: 0px;
	background-color: white;
	color: black;
}

#body {
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

a img {
	border: 0px;
}

/* Anchors */
/*
a:link {
	background-color: white;
	color: #0000ff;
}

a:visited {
	background-color: white;
	color: #551a8b;
}
*/

/* Basic classes */

.none { /* to add paragraph spacing to various elements for ttys */
	margin: 0px;
	padding: 0px;
}

.invisible { /* stuff that should appear when this css isn't used */
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}

.left {
	margin: 10px;
	padding: 0px;
	float: left;
}

.right {
	margin: 10px;
	padding: 0px;
	float: right;
}

.center {
	text-align: center;
}


/* Copyright footer */
.copyright {
   margin-top: 0;
   margin-bottom: 0;
}
