.header
{
	height: 20px;
	background-color: green;
	color: white;
	font-size: 12px;
	font-family: Verdana;
	text-align: center;
	vertical-align: middle;
}

.internal
{
	background-color: white;
	color: black;
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
	
}

.tableinfo {
	border: 1px solid gray;
}

.admin_menu {
	border: 1px dashed gray;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

#templates textarea {height: 300px;}

#user_info {
	padding: 10px;
	text-align: center;
	width: 80%;
	margin: auto;
	background-color: white;
	font-size: 16px;
}

#user_info a {
	font-size: 16px;
	text-decoration: none;
	color: inherit;
}