@charset "UTF-8";
/* CSS Document */

a:link {
	color: #ff6600;
	text-decoration: underline;

}
a:visited {
	color: #ff6600;
	text-decoration: underline;
	
}
a:hover {
	color: #ff6600;
	text-decoration: none;
	
}
a:active {
	color: #FF6600;
	text-decoration: undeline;
	
}

A.youareherelinks {
	color: #999999;
	text-decoration: none;
}

A.youareherelinks:hover {
    color: #ff6600;
    text-decoration: underline;
}


A.weblinks {
	font-size: 12px;
	line-height: 14px;
    color: #ff6600;
    text-decoration: underline;
}

A.weblinks:hover {
	font-size: 12px;
	line-height: 14px;
    color: #ff6600;
    text-decoration: none;
}

A.copyrightdavid {
    color: #4b4b4b;
    text-decoration: underline;
}

A.copyrightdavid:hover {
    color: #ff6600;
    text-decoration: none;
}

