body {  font-family: Arial, Helvetica, sans-serif; font-size: 14px;  color: navy}
td { font-family: Arial, Helvetica, sans-serif; font-size: 14px;  color: navy; vertical-align: top }
.main {  font-size: 10px; color: #005A5A; text-decoration: none}
.main:link {  font-size: 10px; color: #005A5A; text-decoration: underline}
.main:visited {  font-size: 10px; color: #005A5A; text-decoration: underline}
.main:hover { font-size: 10px; color: #CC6666; text-decoration: none}

h1 {  font-size: 20px; color: navy; display: inline;}
h2 {  font-size: 18px; color: navy; display: inline;}
h3 {  font-size: 16px; color: navy; display: inline;}
h4 {  font-size: 14px; color: navy; display: inline;}
h5 {  font-size: 12px; color: navy; display: inline;}

.heading {  font-size: 24px; color: #1B1464; font-weight: bold }
.subheading { font-size: 14px; color: #1B1464; font-weight: bold }
.textcaption {  font-size: 9px; color: #999999}
.highlight {  font-size: 12px; color: #666666; font-weight: bold; letter-spacing: 0.2em }
.subsubheading { font-size: 12px; color: #1B1464; font-weight: bold }
.smalltext { font-size: 10px; color: #1B1464 }
.sidetext {font-size: 12px; color: navy; font-weight: bold }

.testblock {  position:absolute;
              left:180px;
              top:50px;
              width:650px;
            }

.leftblock {  position:absolute;
              left:10px;
              top:50px;
              width:140px;
            }

a {  text-decoration: underline; color: navy }
a:visited {  text-decoration: underline; color: navy }
a:hover {  text-decoration: none; color: green }
a#menu { text-decoration: none; color: navy }
a#menu:visited { text-decoration: none; color: navy }
a#menu:hover { text-decoration: underline; color: orange }
a#side { text-decoration: none; color: navy }
a#side:visited { text-decoration: none; color: navy }
a#side:hover { text-decoration: underline; color: orange }

.foot {  font-size: 10px; text-decoration: none; color: navy}
.foot:link {  text-decoration: underline; color: navy}
.foot:visited {  text-decoration: underline; color: navy}
.foot:hover {  text-decoration: none; color: navy}

p.test {
	border:solid #9B0D0D 4px;
	padding:10px;
	margin:0px;
	font-size:16px;
	font-weight:bold; 
	color: navy; 
	}
	
p.sayings {
	font-size:18px;
	color: green;
	}
