/***********************************************/
/* news.css    		                       */
/* Copyright 2005 On-Site PC Repair            */
/* Version 1.0 - News Article CSS	       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/*************** Story Article Styles ****************/

.storyArticle {
	padding: 10px 0px 0px 10px;
}

.storyArticle a {
	color: #0000CC;
}

.storyArticle a:hover {
	color: #858585;
	text-decoration:underline;
}

.storyArticle a:visited {
	color: #858585;
	background: url(/images/gif/tick.gif) no-repeat right center;
	padding-right: 15px;
}

.storyArticle ul {
	list-style-type: disc;
}

.storyArticle ul ul {
	list-style-type: decimal;
}

.storyArticle ul ul ul {
	list-style-type: lower-alpha;
}

.storyArticle p {
	padding: 0px 0px 10px 0px;
}

.storyArticle img {
	border: none;
} 

.storyArticle h3{
	font: bold 115% Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

.storyArticle h4{
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

.storyArticle a.storyLink {	
	color:#6633CC;
}

.storyArticle a.storyLink:hover {
	color:#898989;
	text-decoration: underline;
}

.storyArticle a.storyLink:visited {
	color: rgb(133, 133, 133);
	background:url(/images/gif/tick.gif) no-repeat right center;
	padding-right: 15px;
}



/********************* End *********************/

