a {
	font-weight: bold;
	text-decoration: none;		
}

a:hover, a:active {
	text-decoration: underline;	
}


.light a {
	color: #ff8000;
	color: #0080ff;
	color: #303030;
}

/*.light a.link {
	padding-left: 13px;
	background: url(../img/link/arrow.gif) no-repeat center left;
}

.light a.window {
	padding-left: 13px;
	background: url(../img/link/window.gif) no-repeat center left;
}

.light a.mail {
	padding-left: 13px;
	background: url(../img/link/mail.gif) no-repeat center left;
}

.light a.screenshot {
	padding-left: 13px;
	background: url(../img/link/screenshot.gif) no-repeat center left;
}
.light a.download {
	padding-left: 13px;
	background: url(../img/link/download.gif) no-repeat center left;
}


.dark a {
	color: #fff
}

.dark a.link {
	padding-left: 13px;
	background: url(../img/link/white/arrow.gif) no-repeat center left;
}

.dark a.window {
	padding-left: 13px;
	background: url(../img/link/white/window.gif) no-repeat center left;
}

.dark a.mail {
	padding-left: 13px;
	background: url(../img/link/white/mail.gif) no-repeat center left;
}

.dark a.screenshot {
	padding-left: 13px;
	background: url(../img/link/white/screenshot.gif) no-repeat center left;
}

.dark a.download {
	padding-left: 13px;
	background: url(../img/link/white/download.gif) no-repeat center left;
}
*/
