@charset "utf-8";
/* CSS Document */

.more a:link {
	text-decoration: none;
	color: #F60;
	}

.more a:visited {
	text-decoration: none;
	color: #F60;
	}

.more a:active {
	text-decoration: none;
	}

.more a:hover {
	text-decoration: underline; 
	color: #FF8000;
	}
	
.footer a:link {
	text-decoration: none;
	color: #CCC;}

.footer a:visited {
	text-decoration: none;
	color: #CCC;
	}

.footer a:active {
	text-decoration: none;
	color: #CCC;
	}

.footer a:hover {
	text-decoration: underline; 
	color: #CCC;
	}
	
a:link {
	text-decoration: none;
	color: #369;
	font-weight: bold;
	}

a:visited {
	text-decoration: none;
	color: #369;
	}

a:active {
	text-decoration: none;
	color: #369;
	}

a:hover {
	text-decoration: underline; 
	color: #DB5E00;
	}

.logintext a:link {
	text-decoration: none;
	color: #CCC;
	}

.logintext a:visited {
	text-decoration: none;
	color: #CCC;
	}

.logintext a:active {
	text-decoration: none;
	color: #CCC;
	}

.logintext a:hover {
	text-decoration: underline;
	color: #306;
	}