/* Link appearance */

A:link, A:visited { 
	text-decoration: underline;
	color: #660099 }

A:hover { 
	color: #9F00F2;
	text-decoration: none } 
	
/* Heading appearance */

h1 {
	font-family: Times New Roman, serif;
	font-size: 24px;
	display: inline; }
	
h1.home {
    display: block;
    width: 584px; 
    height: 38px; 
    background: url(/images/title.gif) no-repeat; }
    
h1 span {
    display: none;
}

h2 {
    margin: 0;
    padding: 0;
}

