@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #FFF;
	vertical-align: top;
	font-family: "OCR A STD", "Myraid Pro", Helvetica, Verdana, Geneva, sans-serif;
}
p {
	font-size: 14px;
	font-weight: normal;
}
#repeat {
	background-image: url(imagessite/Nintenreport-Template_13.jpg);
	background-repeat: repeat-y;
}
body {
	background-color: #000;
	vertical-align: top;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #CCC;
}
.leftSide{
	text-align:left;
}
.rightSide{
	text-align:right;
}
.centeredText{
	text-align:center;
}