* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

body {
  font-family:Arial, sans-serif;
  font-size: 1.0em;
  background-color:#fff;
}

img {border:none;}

h1 {color:#222222;}

#logout {
  text-align:right;
  padding:10px 20px 0 0;
}

#logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	height:110px;
	margin:0 auto 0 auto;
	width:350px;
}

#content {
  width:60%;
  margin:0 auto 0 auto;
}

#content h1 {
  margin-bottom:20px;
}

#content h2 {
  margin-bottom:20px;
}

#content h2 a {
  font-size:0.7em;
}

#content table {
  width:100%;
}

#content table th {text-decoration:underline;}
#content table td {text-align:center;}