.globFont {font-size: 12pt; font-family: arial; }

A:link { font-family: Arial; text-decoration: underline; color: #000080;}
A:visited { text-decoration: underline; font-family: Arial; color: #000080;}
A:active { text-decoration: none; font-family: Arial; color: #000080;}
A:hover { text-decoration: none; font-family: Arial; color: #000080;}

H2 { color: black; font-family: Arial; font-size: 20px; display: inline; }
H1 { color: black; font-family: verdana,helvetica,arial; font-size: 20px; display: inline; letter-spacing: 3px; }

.adHeadline { font-size:10pt; font-weight:bold; }
.adText { font-size:8pt; font-weight:normal; text-decoration:none; }
.network { font-size:10pt; font-family: Arial; font-weight:bold; text-decoration:underline; color:#000080; }
.search { font-size:10pt; font-family: Arial; font-weight:normal; text-decoration:underline; color:#000080; }


p { font-size:10pt; font-family: Arial; font-weight:normal; text-decoration: none; color:#000000; }
body { font-family: ARIAL, sans-serif; font-size:10pt; text-decoration:none; color:#000000; }


td.dstd { 
font-family: Arial; 
font-size: 10px; 
color: #000000; 
}
 
input.dsinput { 
font-family: verdana; 
font-size: 10px; 
}


.horizontal_dotted_line { 
border-bottom: 1px dotted #C6C6C6; 
width: 336px; 
} 



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #C8C8C8;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

body {
  font-size: 16px;
}

.small {
  font-size: 12px; /* 75% of the baseline */
}

.large {
  font-size: 20px; /* 125% of the baseline */
}