
body {
font-family:Verdana sans-serif; 
background-image:url(images/bluevelvet.jpg)
}
.gray {
color: #CCCCCC
}

h4 {
text-decoration: none;
color: #ffffff;
font-size: large;
}
a:link, a:visited {
	background-color: transparent;
	color: Lime;
   text-decoration: none;
	font-size: large;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
   text-decoration: none;
	font-size: large;
}

.small {
	font-size: xx-small;
}
 
