/* Background settings */
body {
	background-color: #808080;
	text-align: center; 
	font-size: 16px;
}
/* Title */
H1 {
	text-align: center;
	color: #800000;
	font-size: x-large;
	padding-bottom: 0px;
}
/* Title Subtext */
H3 {
	text-align: center;
	color: #000000;
	font-size: large;
	padding-top: 0px;
}
/* Tablet headers */
H4 {
	text-align: Left;
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
	font-size: large;
	margin: 0px;
}
/* Table size */
table.center {
	margin-left: auto;
	margin-right: auto;
}
/* Table cells - Used for spacing each page category */
/* K-3 Menu page has its own table styles applied from local page */
td, th {
	width: 50%;
	height: 25px;
	vertical-align: top;
	padding: 0px;
	text-align: left;
}
.center tr td {
}

/* dividing line */
hr {
	background-color:#AAAAAA;
	color: #AAAAAA;
	height: 2px;
}
/* unvisited link */
a:link {
    color: #FFFFFF;
}
/* visited link 
a:visited {
    color: #FFFFFF;
} */
/* mouse over link */
a:hover {
    color: #AAAAAA;
}
/* selected link */
a:active {
    color: #800000;
}
/* script code */
active {
	font-weight: bold;
	color: #800000;
	font-size: larger;
}
.active {
	font-weight: bold;
	color: #800000;
	font-size: larger;
}
/*List setup*/
ul {
	list-style-type: none;
	margin: 15px;		
}
