﻿/* Created by Tad Hogan.
 All files for the new Fall 2009 site link to this style sheet. */

h2 {
    color: #333; 
    font-size: 12pt;
    font-family: verdana,sans-serif; }

p {
	color: #333;
	font-size: 10pt;
	font-family: verdana,sans-serif;
	text-align: center;
}

.center {
	text-align: center; }
	
a:link {
    color: #333; 
	text-decoration: none; }
a:visited {
    color: #333; 
	text-decoration: none; }
a:hover {
    color: #333; 
	text-decoration: underline; }
a:active {
    color: #333; 
	text-decoration: none; }

#page {
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
}
