

a:focus, 
a:hover     { color: #f00; }
a           { color: #00f; text-decoration: underline; }
a:visited   { color: #909; }

img { border: 2px solid #000; } 

img.noborder { border: 0px; }
img.logo { border: 0px; }

.serif {
	font-family: Century Schoolbook, Georgia, "Times New Roman", Times, serif;
}

.dot {
	color: red;
}

/* font size adjustments */

body { 
  font-size: 100%;
  color: #000; 
  background: #fff;
  font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1 { font-size: 2.25em; line-height: 0.75; margin-bottom: 0.375em; }
h2 { font-size: 1.5em; margin-bottom: 0.5625em; }
h3 { font-size: 1.125em; line-height: 1; margin-bottom: 0.75em;  }
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 0.9375em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.125em; }
h6 { font-size: 1em; font-weight: bold; }

.postdate { font-size: 66.6%; }

h1 a { text-decoration: underline; }

li.widget { list-style-type: none; }


