A:link  {
	color: red;
	font-weight: BOLD;
	text-decoration: none;
}
	
A:hover {
	color: gold;
	font-weight: BOLD;
}

A:visited {
	color: maroon;
	text-decoration: none;
	font-weight: BOLD;
}

body, p, #text, .text {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : x-small;
    margin-left:15 px;
}

h1 {
	color: Maroon;
	font-size: x-large;
	font-family: AGaramond, Garamond, Serif;
	font-weight : bold;
}

h3 {
	color: Black;
	font-weight: bold;
	font-size: 14 pt;
	font-family: AGaramond, Garamond, Serif;
    margin-left:15 px;
    margin-right: 15 px;
    margin-top: 20 px;
}

.list, #list {
	color: Black;
	font-weight: bold;
	font-size: small;
	font-family: AGaramond, Garamond, Serif;
}

.bold {font-weight: bolder }

.callout, #callout {
	color: White;
	font-weight: bold;
	font-size:12 pt;
	font-family: Arial, Helvetica, Sans-serif;
    margin-left:15 px;
    margin-right: 15 px;
    margin-top: 15 px;
    margin-bottom: 15 px;
}

.smallcall, #smallcall {
	color: White;
	font-weight: bold;
	font-size:8 pt;
	font-family: Arial, Helvetica, Sans-serif;
    margin-left:17 px;
}

.small, #small {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8 pt;
}
	
.nav {
	font : bolder small-caps small/22px Arial, Helvetica, sans-serif;
}

.urhere {
	font-weight: bolder ;
    font-variant: small-caps;
    font-size: small;
    line-height: 22px ;
    font-family: Arial, Helvetica, sans-serif;
	font-color: Yellow;
	background-color : Red;
}
