/* design by vhfinder@yahoo.com - mauthietke.com 
   copyright by PCWorld - 2006 */
   
/*Define anchor tag*/
a,a:active,a:visited,a:link{
	text-decoration: none;
	color: #a91616;
}
a:hover{
	text-decoration:underline;
	/*color: #e3dbdb;*/
	}
	
/* Use for contend box, with background = white*/
.aMediumBlack,.aMediumBlack:link,.aMediumBlack:active,.aMediumBlack:visited{
	font-size: 12px;
	font-weight: bold;
	color: #2a2222;
	text-decoration: none;
}
.aMediumBlack:hover{
	text-decoration:underline;
	color: #a91616;
	}
.aMedium,.aMedium:link,.aMedium:active,.aMedium:visited{
	color: #2a2222;
	text-decoration: none;
}
.aMedium:hover{
	text-decoration:underline;
	color: #a91616;
	}

/*with background = red, box game*/
.aMediumWhite,.aMediumWhite:link,.aMediumWhite:active,.aMediumWhite:visited{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.aMediumWhite:hover{
	text-decoration:underline;
	color: #FFFF00;
	}


/* box title style*/
.aLargeWhite,.aLargeWhite:link,.aLargeWhite:visited{
	color: #e3dbdb;
}
.aLargeRed,.aLargeRed:link,.aLargeRed:visited{
	color: #990404;
}


/*Orther articles*/
.aMediumItalic,.aMediumItalic:active,.aMediumItalic:visited,.aMediumItalic:link{
	text-decoration: none;
	color: #a91616;
	font-size:11.8px;
}
.aMediumItalic:hover{
	text-decoration:underline;
}
