﻿@charset "utf-8";
/* This is the style sheet for ONLY all root directory pages */
h1 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	font: bold 36px Arial;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #069;
	text-align: center;
	margin-top: 85px;
}
input.button {
  color: #fff; background: #0034D0;
  font-size: .8em;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 1px #ffcf31;
}

