﻿/* CSS Document: Style for category articles*/

.category-articles{
	font-family: Arial, Helvetica, sans-serif;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#E0E0E0;
	margin: 5px;
	font-size: 10pt;
}

.category-articles p{
}


.category-articles p.categoryname{
	font-size: 11pt;
	font-weight:bold;
	margin-bottom: 3px;
}


.category-articles ul{
	margin-top: 0px;
}

.category-articles li{
	color:#663399;
	list-style: square outside;
	margin-left: -15px;
}

.category-articles a{
	text-decoration:none;
	color:#105289;
}

.category-articles a:hover{
	text-decoration:underline;
	color:#993333;
}