BODY {
   width: 100%;
   height: 100%;
   background: url("images/logo_bg_small.gif");
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
   color: black;
}

P {
	font-size: medium; 
	color: black
}

H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	text-align: center;
}

H2 {
	font-family: "Times New Roman", Times, serif; 
	font-size: large; 
}

A:link {
	font-weight: bold;
	color:  #666666; 
	text-decoration: none
}

A:hover {
	font-weight: bold;
	color: #333333; 
	text-decoration: none
} 

A:visited {
	font-weight: bold;
	color:  #666666; 
	text-decoration: none
} 

UL.icon {
	font-size: large; 
	list-style-image: url(images/list-icon.gif)
}

.red {
	color: red;
}

.gray{
	color: gray
}

.larger {
	font-size: larger
}

.smaller {
	font-size: smaller
}

.serif {
	font-family: "Times New Roman", Times, serif; 
}

.show {
  font-size: medium;
  font-weight: bold;
}

.showlist {
  font-size: x-small;
  padding-left: 5%
}

