body {
	background-color: white;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:center;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-variant:small-caps; 
	line-height:25px;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-variant:small-caps;
	line-height:25px;
}
h5 {
	text-align:center;
	font-variant:small-caps;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height:5px;
}

.homeLinks {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
}
.links {
	font-family:Arial, sans-serif;
	font-size:15px;
}
.linkSummary {
	font-family:Arial, sans-serif;
	font-size:14px;
}

.color {
	color:navy;
	font:bold;
}
.new {
	color:red;
	font:bold italic 13pt hobo;
}
.quote {
	font:"Times New Roman", Times, serif;
	font-size:14px;
}
.pages {
	font:bold arial;
}
.newspapers {
	font:"Times New Roman", Times, serif;
	font-size:larger;
	font-style:italic;
	font-weight:bold;
}

a:hover {
	color: red;
	text-decoration:none;
}
a:visited {
	color: purple;
}
a:visited:hover {
	color: red;
}

/* -------------- Tooltip -------------- */
#tooltip {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    padding: 3px;
    background: #ffffff;
    border: 1px solid #000000;
    text-align: center;
	font-weight:bold;
	width: 150px;
}

span.tip {
}
