/* gg.css */

/* elements */

html {
	background: white;
	font-family: "Times New Roman", Times, serif;
}

foot {
	text-align: left;
}

h1, h2, h3 {
	text-align: center;
}

a {
	color: black;
}

a:hover {
	color: red;
}

a:visited {
	color: blue;
}

table {
	width: 100%; 
	border: 1px solid black; 
	border-collapse: collapse;
}

table th, table td {
	text-align: center; 
	border: 1px solid black;
}

/* classes */

.c, .C, .center {
	text-align: center;
}

.l, .L, .left {
	text-align: left;
}

.r, .R, .right {
	text-align: right;
}

.b, .B, .bold {
	font-weight: bold;
}

/* rows for tables */

.r0, .R0, .row0, .ROW0 {
	background: white;
}

.r1, .R1, .row1, .ROW1 {
	background: #E6E6E6;
}

.copyright {
	text-align:left;
	white-space: nowrap;
}

.table0 {
	width: auto; 
	border: none;
	caption-side: bottom;
}

.status_table table {
	width: auto; 
	border: 1px solid black; 
}

.status_table th, .status_table td {
	text-align: center; 
	border: 1px solid black;
}

