﻿body { 
font-family: helvetica; 
font-size: 10px; 
font-weight: bolder;
color:black 
}

p { 
font-family: helvetica; 
font-size: 10px; font-weight: 
bolder;color:black 
}

td { 
font-family: helvetica; 
font-size: 10px; 
font-weight: bolder;
color:black
}

h2 { 
font-family: helvetica; 
font-size: 12px; 
font-weight: bolder; 
text-decoration: underline;
color:black
}

#linkHead{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	cursor: auto;
}

A:hover { 
text-decoration: underline; 
color:red
}

a img {
border:yes; 
border-color:black 
}

#img {
  margin: 5px;
  border: 1px solid #000000;
  height: auto;
  width: auto;
}

img {
border:yes; 
border-color:black;
}

table {  
BORDER-BOTTOM: #000000 0px solid;
}

#link {
text-decoration: none; 
cursor:hand; 
color:blue; 
}