a:link {
	color: #d7412d;
	text-decoration: none;
}

a:visited {
  color: #d7412d;
  text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #c0c000;
}

a:active {
	color: #d7412d;
	text-decoration: none;
}

.text {
	font-family: Century Gothic, Arial, Helvetica, Sans Serif;
	color: #666666;
	font-size: 82%;
}

.quote {
	font-family: Century Gothic, Arial, Helvetica, Sans Serif;
	color: #996600;
	font-size: 82%;
}

html,body,table#pagetable { 
height: 100%; 
} 
body { 
margin: 0px; /* Used here for IE & Mozilla */ 
padding: 0px; /* Used here for Opera */ 
} 
table#pagetable { 
width: 100%; 
border-collapse: collapse; /* Accomplishes table cellspacing=0 for IE */ 
border-spacing: 0px; /* Accomplishes table cellspacing=0 for Mozilla & Opera */ 
} 
td { 
padding: 0px; /* Accomplishes table cellpadding=0 */ 
} 

html,body,table#internaltable { 
height: 100%; 
} 
body { 
margin: 0px; /* Used here for IE & Mozilla */ 
padding: 0px; /* Used here for Opera */ 
} 
table#internaltable { 
width: 520px; 
border-collapse: collapse; /* Accomplishes table cellspacing=0 for IE */ 
border-spacing: 0px; /* Accomplishes table cellspacing=0 for Mozilla & Opera */ 
} 
td { 
padding: 0px; /* Accomplishes table cellpadding=0 */ 
} 