﻿body {
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	font-size: large;
	text-align: center;
}

h2 {
	font-size: medium;
	text-align: center;
}

.mytable {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 2em;
}

img {
	border: 0;
}

caption {
	background-color: #eee;
	font-size: x-large;
	padding: 0.5em 0;
}

th {
	background-color: #00f;
	text-align: left;
	font-size: medium;
	font-weight: normal;
	color: #f90;
}

th, td {
	vertical-align: top;
	padding: 0.5em;
}

.desc {
	color: #ff0;
}

.gray {
	background-color: #ccc;
	color: #000;
}

.small {
	font-size: small;
}

.notice {
	text-align: center;
	font-size: large;
}

.highlighted {
	border: 1px solid red;
}

